#A18A08

Color #A18A08 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A18A08

Tints of Dark Goldenrod #A18A08

Color information

#A18A08 (or 0xA18A08) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 8A and 08. RGB value is (161,138,8). Sum of RGB (Red+Green+Blue) = 161+138+8=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18A08 is #5E75F7. Grayscale: #828282. Windows color (decimal): -6190584 or 559777. OLE color: 559777.

HSL color Cylindrical-coordinate representation of color #A18A08: hue angle of 50.98º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A18A08 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1611388-
CMYK00.140.950.37
HSL50.98º90.53%33.14%-
HSV(B)50.98º95.03%63.14%-
XYZ23.8325.773.95-
YUV130.0659.12150.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=52.44%
G=44.95%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161138800.140.950.3750.9890.5333.14
HexA18A80E5F25335b21
Octal24121210016137456313341
Binary101000011000101010000111010111111001011100111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A08; }

 p { color: rgb(161,138,8); }

 H1.HeaderClassName
 {
   color: #A18A08;
 }
 .AnyTagClassName
 {
   color: #A18A08;
 }
</style>
background-color css

<style>
 a { background-color: #A18A08; }

 a { background-color: rgb(161,138,8); }

 div.DivClassName
 {
   background-color: #A18A08;
 }
 .BgClassName
 {
   background-color: #A18A08;
 }
</style>
border-color css

<style>
 span { border-color: #A18A08; }

 span { border-color: rgb(161,138,8); }

 td.TdClassName
 {
   border-color: #A18A08;
 }
 .TagClassName
 {
   border-color: #A18A08;
 }
</style>