#AC8C09

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

Shades of Dark Goldenrod #AC8C09

Tints of Dark Goldenrod #AC8C09

Color information

#AC8C09 (or 0xAC8C09) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8C and 09. RGB value is (172,140,9). Sum of RGB (Red+Green+Blue) = 172+140+9=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C09 is #5373F6. Grayscale: #878787. Windows color (decimal): -5469175 or 625836. OLE color: 625836.

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

Color convert

RGB1721409-
CMYK00.190.950.33
HSL48.22º90.06%35.49%-
HSV(B)48.22º94.77%67.45%-
XYZ26.4427.554.18-
YUV134.6357.1154.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 9 (3.91% from 255) = 2.80%
R=53.58%
G=43.61%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172140900.190.950.3348.2290.0635.49
HexAC8C90135F21305a23
Octal25421411023137416013243
Binary1010110010001100100101001110111111000011100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C09; }

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

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

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

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

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

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

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

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