#A24B21

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

Shades of Rich Gold #A24B21

Tints of Rich Gold #A24B21

Color information

#A24B21 (or 0xA24B21) is unknown color: approx Rich Gold. HEX triplet: A2, 4B and 21. RGB value is (162,75,33). Sum of RGB (Red+Green+Blue) = 162+75+33=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B21 is #5DB4DE. Grayscale: #606060. Windows color (decimal): -6141151 or 2182050. OLE color: 2182050.

HSL color Cylindrical-coordinate representation of color #A24B21: hue angle of 19.53º 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 #A24B21 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1627533-
CMYK00.540.800.36
HSL19.53º66.15%38.24%-
HSV(B)19.53º79.63%63.53%-
XYZ17.6912.822.98-
YUV96.2292.32174.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=60%
G=27.78%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162753300.540.800.3619.5366.1538.24
HexA24B210365024144226
Octal24211341066120442410246
Binary10100010100101110000101101101010000100100101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B21; }

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

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

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

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

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

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

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

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