#A24415

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

Shades of Rich Gold #A24415

Tints of Rich Gold #A24415

Color information

#A24415 (or 0xA24415) is unknown color: approx Rich Gold. HEX triplet: A2, 44 and 15. RGB value is (162,68,21). Sum of RGB (Red+Green+Blue) = 162+68+21=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A24415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24415 is #5DBBEA. Grayscale: #5B5B5B. Windows color (decimal): -6142955 or 1393826. OLE color: 1393826.

HSL color Cylindrical-coordinate representation of color #A24415: hue angle of 20º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A24415 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1626821-
CMYK00.580.870.36
HSL20º77.05%35.88%-
HSV(B)20º87.04%63.53%-
XYZ17.111.872.1-
YUV90.7588.64178.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=64.54%
G=27.09%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162682100.580.870.362077.0535.88
HexA2441503A5724144d24
Octal24210425072127442411544
Binary1010001010001001010101110101010111100100101001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24415; }

 p { color: rgb(162,68,21); }

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

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

 a { background-color: rgb(162,68,21); }

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

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

 span { border-color: rgb(162,68,21); }

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