#AC8810

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

Shades of Dark Goldenrod #AC8810

Tints of Dark Goldenrod #AC8810

Color information

#AC8810 (or 0xAC8810) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 88 and 10. RGB value is (172,136,16). Sum of RGB (Red+Green+Blue) = 172+136+16=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8810 is #5377EF. Grayscale: #858585. Windows color (decimal): -5470192 or 1083564. OLE color: 1083564.

HSL color Cylindrical-coordinate representation of color #AC8810: hue angle of 46.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC8810 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17213616-
CMYK00.210.910.33
HSL46.15º82.98%36.86%-
HSV(B)46.15º90.7%67.45%-
XYZ25.9126.424.22-
YUV133.0861.93155.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 16 (6.64% from 255) = 4.94%
R=53.09%
G=41.98%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721361600.210.910.3346.1582.9836.86
HexAC88100155B212e5325
Octal25421020025133415612345
Binary10101100100010001000001010110110111000011011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8810; }

 p { color: rgb(172,136,16); }

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

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

 a { background-color: rgb(172,136,16); }

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

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

 span { border-color: rgb(172,136,16); }

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