#AC8A0D

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

Shades of Dark Goldenrod #AC8A0D

Tints of Dark Goldenrod #AC8A0D

Color information

#AC8A0D (or 0xAC8A0D) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8A and 0D. RGB value is (172,138,13). Sum of RGB (Red+Green+Blue) = 172+138+13=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A0D is #5375F2. Grayscale: #868686. Windows color (decimal): -5469683 or 887468. OLE color: 887468.

HSL color Cylindrical-coordinate representation of color #AC8A0D: hue angle of 47.17º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC8A0D is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17213813-
CMYK00.200.920.33
HSL47.17º85.95%36.27%-
HSV(B)47.17º92.44%67.45%-
XYZ26.1726.984.21-
YUV133.9259.76155.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=53.25%
G=42.72%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721381300.200.920.3347.1785.9536.27
HexAC8AD0145C212f5624
Octal25421215024134415712644
Binary1010110010001010110101010010111001000011011111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A0D; }

 p { color: rgb(172,138,13); }

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

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

 a { background-color: rgb(172,138,13); }

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

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

 span { border-color: rgb(172,138,13); }

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