#AC8D09

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

Shades of Dark Goldenrod #AC8D09

Tints of Dark Goldenrod #AC8D09

Color information

#AC8D09 (or 0xAC8D09) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8D and 09. RGB value is (172,141,9). Sum of RGB (Red+Green+Blue) = 172+141+9=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D09 is #5372F6. Grayscale: #878787. Windows color (decimal): -5468919 or 626092. OLE color: 626092.

HSL color Cylindrical-coordinate representation of color #AC8D09: hue angle of 48.59º 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 #AC8D09 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1721419-
CMYK00.180.950.33
HSL48.59º90.06%35.49%-
HSV(B)48.59º94.77%67.45%-
XYZ26.5927.844.23-
YUV135.2256.77154.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 9 (3.91% from 255) = 2.80%
R=53.42%
G=43.79%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172141900.180.950.3348.5990.0635.49
HexAC8D90125F21315a23
Octal25421511022137416113243
Binary1010110010001101100101001010111111000011100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D09; }

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

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

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

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

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

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

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

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