#AC8E08

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

Shades of Dark Goldenrod #AC8E08

Tints of Dark Goldenrod #AC8E08

Color information

#AC8E08 (or 0xAC8E08) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8E and 08. RGB value is (172,142,8). Sum of RGB (Red+Green+Blue) = 172+142+8=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8E08 is #5371F7. Grayscale: #888888. Windows color (decimal): -5468664 or 560812. OLE color: 560812.

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

Color convert

RGB1721428-
CMYK00.170.950.33
HSL49.02º91.11%35.29%-
HSV(B)49.02º95.35%67.45%-
XYZ26.7328.134.25-
YUV135.6955.94153.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 142 (55.86% from 255) = 44.10%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=53.42%
G=44.10%
B=2.48%

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
Decimal172142800.170.950.3349.0291.1135.29
HexAC8E80115F21315b23
Octal25421610021137416113343
Binary1010110010001110100001000110111111000011100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E08; }

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

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

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

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

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

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

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

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