#AC8A17

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

Shades of Dark Goldenrod #AC8A17

Tints of Dark Goldenrod #AC8A17

Color information

#AC8A17 (or 0xAC8A17) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 8A and 17. RGB value is (172,138,23). Sum of RGB (Red+Green+Blue) = 172+138+23=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A17 is #5375E8. Grayscale: #878787. Windows color (decimal): -5469673 or 1542828. OLE color: 1542828.

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

Color convert

RGB17213823-
CMYK00.200.870.33
HSL46.31º76.41%38.24%-
HSV(B)46.31º86.63%67.45%-
XYZ26.2627.014.64-
YUV135.0664.76154.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 23 (9.38% from 255) = 6.91%
R=51.65%
G=41.44%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721382300.200.870.3346.3176.4138.24
HexAC8A1701457212e4c26
Octal25421227024127415611446
Binary10101100100010101011101010010101111000011011101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A17; }

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

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

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

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

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

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

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

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