#AC5415

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

Shades of Rich Gold #AC5415

Tints of Rich Gold #AC5415

Color information

#AC5415 (or 0xAC5415) is unknown color: approx Rich Gold. HEX triplet: AC, 54 and 15. RGB value is (172,84,21). Sum of RGB (Red+Green+Blue) = 172+84+21=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5415 is #53ABEA. Grayscale: #676767. Windows color (decimal): -5483499 or 1397932. OLE color: 1397932.

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

Color convert

RGB1728421-
CMYK00.510.880.33
HSL25.03º78.24%37.84%-
HSV(B)25.03º87.79%67.45%-
XYZ20.3215.172.57-
YUV103.1381.65177.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.09%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=62.09%
G=30.32%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172842100.510.880.3325.0378.2437.84
HexAC54150335821194e26
Octal25412425063130413111646
Binary1010110010101001010101100111011000100001110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5415; }

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

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

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

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

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

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

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

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