#AC5015

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

Shades of Rich Gold #AC5015

Tints of Rich Gold #AC5015

Color information

#AC5015 (or 0xAC5015) is unknown color: approx Rich Gold. HEX triplet: AC, 50 and 15. RGB value is (172,80,21). Sum of RGB (Red+Green+Blue) = 172+80+21=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5015 is #53AFEA. Grayscale: #656565. Windows color (decimal): -5484523 or 1396908. OLE color: 1396908.

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

Color convert

RGB1728021-
CMYK00.530.880.33
HSL23.44º78.24%37.84%-
HSV(B)23.44º87.79%67.45%-
XYZ20.0214.562.47-
YUV100.7882.98178.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.00%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=63.00%
G=29.30%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172802100.530.880.3323.4478.2437.84
HexAC50150355821174e26
Octal25412025065130412711646
Binary1010110010100001010101101011011000100001101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5015; }

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

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

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

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

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

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

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

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