#AC8117

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

Shades of Dark Goldenrod #AC8117

Tints of Dark Goldenrod #AC8117

Color information

#AC8117 (or 0xAC8117) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 81 and 17. RGB value is (172,129,23). Sum of RGB (Red+Green+Blue) = 172+129+23=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8117 is #537EE8. Grayscale: #828282. Windows color (decimal): -5471977 or 1540524. OLE color: 1540524.

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

Color convert

RGB17212923-
CMYK00.250.870.33
HSL42.68º76.41%38.24%-
HSV(B)42.68º86.63%67.45%-
XYZ25.0224.534.23-
YUV129.7767.75158.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 23 (9.38% from 255) = 7.10%
R=53.09%
G=39.81%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721292300.250.870.3342.6876.4138.24
HexAC811701957212b4c26
Octal25420127031127415311446
Binary10101100100000011011101100110101111000011010111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8117; }

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

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

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

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

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

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

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

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