#A24E22

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

Shades of Rich Gold #A24E22

Tints of Rich Gold #A24E22

Color information

#A24E22 (or 0xA24E22) is unknown color: approx Rich Gold. HEX triplet: A2, 4E and 22. RGB value is (162,78,34). Sum of RGB (Red+Green+Blue) = 162+78+34=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E22 is #5DB1DD. Grayscale: #626262. Windows color (decimal): -6140382 or 2248354. OLE color: 2248354.

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

Color convert

RGB1627834-
CMYK00.520.790.36
HSL20.62º65.31%38.43%-
HSV(B)20.62º79.01%63.53%-
XYZ17.9113.253.13-
YUV98.191.83173.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 34 (13.67% from 255) = 12.41%
R=59.12%
G=28.47%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162783400.520.790.3620.6265.3138.43
HexA24E220344F24154126
Octal24211642064117442510146
Binary10100010100111010001001101001001111100100101011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E22; }

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

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

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

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

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

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

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

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