#AC5A15

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

Shades of Rich Gold #AC5A15

Tints of Rich Gold #AC5A15

Color information

#AC5A15 (or 0xAC5A15) is unknown color: approx Rich Gold. HEX triplet: AC, 5A and 15. RGB value is (172,90,21). Sum of RGB (Red+Green+Blue) = 172+90+21=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A15 is #53A5EA. Grayscale: #6B6B6B. Windows color (decimal): -5481963 or 1399468. OLE color: 1399468.

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

Color convert

RGB1729021-
CMYK00.480.880.33
HSL27.42º78.24%37.84%-
HSV(B)27.42º87.79%67.45%-
XYZ20.816.142.73-
YUV106.6579.67174.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.78%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=60.78%
G=31.80%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172902100.480.880.3327.4278.2437.84
HexAC5A1503058211b4e26
Octal25413225060130413311646
Binary1010110010110101010101100001011000100001110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A15; }

 p { color: rgb(172,90,21); }

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

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

 a { background-color: rgb(172,90,21); }

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

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

 span { border-color: rgb(172,90,21); }

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