Html Css Color HEX #A24620 Rich Gold

📋 copy color: '#A24620'

red 162 ◦ green 70 ◦ blue 32

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

Shades of Rich Gold #A24620

Tints of Rich Gold #A24620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 61.36%
G = 26.52%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A24620 (or 0xA24620) is known color: Rich Gold. HEX triplet: A2, 46 and 20. RGB value is (162,70,32). Sum of RGB (Red+Green+Blue) = 162+70+32=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A24620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24620 is #5DB9DF. Grayscale: #5D5D5D. Windows color (decimal): -6142432 or 2115234. OLE color: 2115234.

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

Color convert

RGB 162 70 32 -
CMYK 0 0.57 0.80 0.36
HSL 17.54º 0.67% 0.38% -
HSV(B) 17.54º 0.8% 0.64% -
XYZ 17.35 12.17 2.8 -
YUV 93.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 162 70 32 0 0.57 0.80 0.36 17.54 0.67 0.38
Hex A2 46 20 0 39 50 24 12 43 26
Octal 242 106 40 0 71 120 44 22 103 46
Binary 10100010 1000110 100000 0 111001 1010000 100100 10010 1000011 100110

Color Harmonies of #A24620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24620

Black with #A24620

Text Example


Text Example

White with #A24620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24620; }

 p { color: rgb(162,70,32); }

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

background-color css

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

 a { background-color: rgb(162,70,32); }

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

border-color css

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

 span { border-color: rgb(162,70,32); }

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