#A24E19

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

Shades of Rich Gold #A24E19

Tints of Rich Gold #A24E19

Color information

#A24E19 (or 0xA24E19) is unknown color: approx Rich Gold. HEX triplet: A2, 4E and 19. RGB value is (162,78,25). Sum of RGB (Red+Green+Blue) = 162+78+25=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24E19 is #5DB1E6. Grayscale: #616161. Windows color (decimal): -6140391 or 1658530. OLE color: 1658530.

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

Color convert

RGB1627825-
CMYK00.520.850.36
HSL23.21º73.26%36.67%-
HSV(B)23.21º84.57%63.53%-
XYZ17.813.22.53-
YUV97.0787.33174.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=61.13%
G=29.43%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162782500.520.850.3623.2173.2636.67
HexA24E190345524174925
Octal24211631064125442711145
Binary1010001010011101100101101001010101100100101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E19; }

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

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

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

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

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

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

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

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