COLOR #A09018

HEX: #A09018
RGB: (160,144,24)

Color info

#A09018 contains mainly red and green colors. Web safe color of #A09018 is #999900 (or #990).

RGB color model

#A09018 color RGB value is (160,144,24).

  • red value is 160;
  • green value is 144;
  • blue value is 24.
RGB:
(160,144,24)
(63%,56%,9%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 24 of 255 = 9%

160
144
24

R + G + B ~ 43%. #A09018 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 144 + 24 = 328 (100%)
R 160 of 328 ~ 48.78%
G 144 of 328 ~ 43.9%
B 24 of 328 ~ 7.32%

%48.78
%43.9

CMYK color model

#A09018 color CMYK value is (0,10,85,37).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 85.00%
  • key color value is 37.25%
CMYK:
(0,10,85,37)
C0M10Y85K37 
(0%,10%,85%,37%)
(0.00/0.10/0.85/0.37)	

CMYK percentages

%0
%10
%85
%37.25

Codes

Color #A09018 in popluar color models

A09018
RGB16014424
HSL53°73.91%36.08%
HSB/HSV53°85.00%62.75%
CMYK0.00%10.00%85.00%
37.25%

Color #A09018 in popluar number systems.

HEXA09018
Decimal16014424
Binary101000001001000011000
Octal24022030

Shades and tints

Shades of #A09018

#A09018
(160,144,24)
#928316
(146,131,22)
#847614
(132,118,20)
#766912
(118,105,18)
#685C10
(104,92,16)
#5A4F0E
(90,79,14)
#4C420C
(76,66,12)
#3E350A
(62,53,10)
#302808
(48,40,8)
#221B06
(34,27,6)
#140E04
(20,14,4)
#000000
(0,0,0)

Tints of #A09018

#A09018
(160,144,24)
#A89A2D
(168,154,45)
#B0A442
(176,164,66)
#B8AE57
(184,174,87)
#C0B86C
(192,184,108)
#C8C281
(200,194,129)
#D0CC96
(208,204,150)
#D8D6AB
(216,214,171)
#E0E0C0
(224,224,192)
#E8EAD5
(232,234,213)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09018 color. Also use rgb(160,144,24) instead hex code.

Text Font Color

.myTextColor { color: #A09018; }

<p style="color:#A09018">This sample text font color is #A09018.</p>

This text font color is #A09018.


Background Color

.myBgColor { background-color: #A09018; }

<div style="background-color:#A09018">Inner text</div>

This div background color is #A09018.


Border color

.myBorderColor { border: 1px solid #A09018; }

<div style="border:3px solid #A09018">Div</div>

This div border color is #A09018.


Opacity

.myOpacity80 { color: #A09018; opacity: 0.8; }

<p style="color:#A09018;opacity:0.8;">80%</p>

Text with #A09018 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A09018;}

<p style="text-shadow: 3px 3px 1px #A09018">Text here.</p>

This text has shadow with #A09018 color.

.textShadow {text-shadow: 3px 3px 1px #A09018, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A09018, 5px 5px 20px red">Text here.</p>

This text has shadow with #A09018 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A09018, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A09018, Direction=45, Strength=4)">Text</p>

This text has shadow with #A09018 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A09018;
  -webkit-box-shadow:	1px 1px 3px 2px #A09018;
  box-shadow:		1px 1px 3px 2px #A09018;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A09018;
-webkit-box-shadow: 1px 1px 3px 2px #A09018;
box-shadow:1px 1px 3px 2px #A09018;">
Div content here</div>
This div box has shadow with color #A09018.

Preview

Color preview on black background

This text has color #A09018 on black background.


Color preview on white background

This text has color #A09018 on white background.



Black color preview on #A09018 background

This text has black color on #A09018 background.


White color preview on #A09018 background

This text has white color on #A09018 background.