#A24C21

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

Shades of Rich Gold #A24C21

Tints of Rich Gold #A24C21

Color information

#A24C21 (or 0xA24C21) is unknown color: approx Rich Gold. HEX triplet: A2, 4C and 21. RGB value is (162,76,33). Sum of RGB (Red+Green+Blue) = 162+76+33=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C21 is #5DB3DE. Grayscale: #616161. Windows color (decimal): -6140895 or 2182306. OLE color: 2182306.

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

Color convert

RGB1627633-
CMYK00.530.800.36
HSL20º66.15%38.24%-
HSV(B)20º79.63%63.53%-
XYZ17.7612.963-
YUV96.8191.99174.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=59.78%
G=28.04%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162763300.530.800.362066.1538.24
HexA24C210355024144226
Octal24211441065120442410246
Binary10100010100110010000101101011010000100100101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C21; }

 p { color: rgb(162,76,33); }

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

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

 a { background-color: rgb(162,76,33); }

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

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

 span { border-color: rgb(162,76,33); }

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