#AC8C04

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

Shades of Dark Goldenrod #AC8C04

Tints of Dark Goldenrod #AC8C04

Color information

#AC8C04 (or 0xAC8C04) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8C and 04. RGB value is (172,140,4). Sum of RGB (Red+Green+Blue) = 172+140+4=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C04 is #5373FB. Grayscale: #868686. Windows color (decimal): -5469180 or 298156. OLE color: 298156.

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

Color convert

RGB1721404-
CMYK00.190.980.33
HSL48.57º95.45%34.51%-
HSV(B)48.57º97.67%67.45%-
XYZ26.4127.544.04-
YUV134.0654.6155.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 140 (55.08% from 255) = 44.30%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=54.43%
G=44.30%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172140400.190.980.3348.5795.4534.51
HexAC8C40136221315f23
Octal2542144023142416113743
Binary101011001000110010001001111000101000011100011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C04; }

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

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

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

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

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

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

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

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