Html Css Color HEX #A24820 Rich Gold

📋 copy color: '#A24820'

red 162 ◦ green 72 ◦ blue 32

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

Shades of Rich Gold #A24820

Tints of Rich Gold #A24820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 60.9%
G = 27.07%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A24820 (or 0xA24820) is known color: Rich Gold. HEX triplet: A2, 48 and 20. RGB value is (162,72,32). Sum of RGB (Red+Green+Blue) = 162+72+32=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A24820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24820 is #5DB7DF. Grayscale: #5E5E5E. Windows color (decimal): -6141920 or 2115746. OLE color: 2115746.

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

Color convert

RGB 162 72 32 -
CMYK 0 0.56 0.80 0.36
HSL 18.46º 0.67% 0.38% -
HSV(B) 18.46º 0.8% 0.64% -
XYZ 17.48 12.42 2.84 -
YUV 94.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 162 72 32 0 0.56 0.80 0.36 18.46 0.67 0.38
Hex A2 48 20 0 38 50 24 12 43 26
Octal 242 110 40 0 70 120 44 22 103 46
Binary 10100010 1001000 100000 0 111000 1010000 100100 10010 1000011 100110

Color Harmonies of #A24820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24820

Black with #A24820

Text Example


Text Example

White with #A24820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24820; }

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

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

background-color css

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

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

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

border-color css

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

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

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