#AC8417

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

Shades of Dark Goldenrod #AC8417

Tints of Dark Goldenrod #AC8417

Color information

#AC8417 (or 0xAC8417) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 84 and 17. RGB value is (172,132,23). Sum of RGB (Red+Green+Blue) = 172+132+23=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8417 is #537BE8. Grayscale: #848484. Windows color (decimal): -5471209 or 1541292. OLE color: 1541292.

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

Color convert

RGB17213223-
CMYK00.230.870.33
HSL43.89º76.41%38.24%-
HSV(B)43.89º86.63%67.45%-
XYZ25.4225.344.36-
YUV131.5366.75156.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 23 (9.38% from 255) = 7.03%
R=52.60%
G=40.37%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721322300.230.870.3343.8976.4138.24
HexAC841701757212c4c26
Octal25420427027127415411446
Binary10101100100001001011101011110101111000011011001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8417; }

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

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

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

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

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

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

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

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