#A24E28

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

Shades of Rich Gold #A24E28

Tints of Rich Gold #A24E28

Color information

#A24E28 (or 0xA24E28) is unknown color: approx Rich Gold. HEX triplet: A2, 4E and 28. RGB value is (162,78,40). Sum of RGB (Red+Green+Blue) = 162+78+40=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E28 is #5DB1D7. Grayscale: #636363. Windows color (decimal): -6140376 or 2641570. OLE color: 2641570.

HSL color Cylindrical-coordinate representation of color #A24E28: hue angle of 18.69º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A24E28 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1627840-
CMYK00.520.750.36
HSL18.69º60.4%39.61%-
HSV(B)18.69º75.31%63.53%-
XYZ18.0113.283.62-
YUV98.7894.83173.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=57.86%
G=27.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162784000.520.750.3618.6960.439.61
HexA24E280344B24133c28
Octal2421165006411344237450
Binary1010001010011101010000110100100101110010010011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E28; }

 p { color: rgb(162,78,40); }

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

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

 a { background-color: rgb(162,78,40); }

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

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

 span { border-color: rgb(162,78,40); }

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