#AC5512

Color #AC5512 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AC5512

Tints of Rich Gold #AC5512

Color information

#AC5512 (or 0xAC5512) is unknown color: approx Rich Gold. HEX triplet: AC, 55 and 12. RGB value is (172,85,18). Sum of RGB (Red+Green+Blue) = 172+85+18=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5512 is #53AAED. Grayscale: #676767. Windows color (decimal): -5483246 or 1201580. OLE color: 1201580.

HSL color Cylindrical-coordinate representation of color #AC5512: hue angle of 26.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5512 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1728518-
CMYK00.510.900.33
HSL26.1º81.05%37.25%-
HSV(B)26.1º89.53%67.45%-
XYZ20.3715.312.45-
YUV103.3879.82176.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=62.55%
G=30.91%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172851800.510.900.3326.181.0537.25
HexAC55120335A211a5125
Octal25412522063132413212145
Binary1010110010101011001001100111011010100001110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5512; }

 p { color: rgb(172,85,18); }

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

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

 a { background-color: rgb(172,85,18); }

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

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

 span { border-color: rgb(172,85,18); }

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