Html Css Color HEX #A24D22 Rich Gold

📋 copy color: '#A24D22'

red 162 ◦ green 77 ◦ blue 34

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

Shades of Rich Gold #A24D22

Tints of Rich Gold #A24D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 59.34%
G = 28.21%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A24D22 (or 0xA24D22) is known color: Rich Gold. HEX triplet: A2, 4D and 22. RGB value is (162,77,34). Sum of RGB (Red+Green+Blue) = 162+77+34=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D22 is #5DB2DD. Grayscale: #616161. Windows color (decimal): -6140638 or 2248098. OLE color: 2248098.

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

Color convert

RGB 162 77 34 -
CMYK 0 0.52 0.79 0.36
HSL 20.16º 0.65% 0.38% -
HSV(B) 20.16º 0.79% 0.64% -
XYZ 17.84 13.1 3.1 -
YUV 97.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 162 77 34 0 0.52 0.79 0.36 20.16 0.65 0.38
Hex A2 4D 22 0 34 4F 24 14 41 26
Octal 242 115 42 0 64 117 44 24 101 46
Binary 10100010 1001101 100010 0 110100 1001111 100100 10100 1000001 100110

Color Harmonies of #A24D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D22

Black with #A24D22

Text Example


Text Example

White with #A24D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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