#AC8E09

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

Shades of Dark Goldenrod #AC8E09

Tints of Dark Goldenrod #AC8E09

Color information

#AC8E09 (or 0xAC8E09) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8E and 09. RGB value is (172,142,9). Sum of RGB (Red+Green+Blue) = 172+142+9=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8E09 is #5371F6. Grayscale: #888888. Windows color (decimal): -5468663 or 626348. OLE color: 626348.

HSL color Cylindrical-coordinate representation of color #AC8E09: hue angle of 48.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC8E09 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1721429-
CMYK00.170.950.33
HSL48.96º90.06%35.49%-
HSV(B)48.96º94.77%67.45%-
XYZ26.7428.144.28-
YUV135.8156.44153.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 9 (3.91% from 255) = 2.79%
R=53.25%
G=43.96%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172142900.170.950.3348.9690.0635.49
HexAC8E90115F21315a23
Octal25421611021137416113243
Binary1010110010001110100101000110111111000011100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E09; }

 p { color: rgb(172,142,9); }

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

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

 a { background-color: rgb(172,142,9); }

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

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

 span { border-color: rgb(172,142,9); }

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