Html Css Color HEX #A24F21 Rich Gold

📋 copy color: '#A24F21'

red 162 ◦ green 79 ◦ blue 33

#A24F21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A24F21

Tints of Rich Gold #A24F21

RGB

 RED value IS 162 (63.67% from 255) = 59.12%

 GREEN value IS 79 (31.25% from 255) = 28.83%

 BLUE value IS 33 (13.28% from 255) = 12.04%

R = 59.12%
G = 28.83%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A24F21 (or 0xA24F21) is known color: Rich Gold. HEX triplet: A2, 4F and 21. RGB value is (162,79,33). Sum of RGB (Red+Green+Blue) = 162+79+33=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F21 is #5DB0DE. Grayscale: #626262. Windows color (decimal): -6140127 or 2183074. OLE color: 2183074.

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

Color convert

RGB 162 79 33 -
CMYK 0 0.51 0.80 0.36
HSL 21.4º 0.66% 0.38% -
HSV(B) 21.4º 0.8% 0.64% -
XYZ 17.97 13.38 3.07 -
YUV 98.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 162 79 33 0 0.51 0.80 0.36 21.4 0.66 0.38
Hex A2 4F 21 0 33 50 24 15 42 26
Octal 242 117 41 0 63 120 44 25 102 46
Binary 10100010 1001111 100001 0 110011 1010000 100100 10101 1000010 100110

Color Harmonies of #A24F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24F21

Black with #A24F21

Text Example


Text Example

White with #A24F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24F21; }

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

 H1.HeaderClassName
 {
   color: #A24F21;
 }
 .AnyTagClassName
 {
   color: #A24F21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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