Html Css Color HEX #A04920 Rich Gold

📋 copy color: '#A04920'

red 160 ◦ green 73 ◦ blue 32

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

Shades of Rich Gold #A04920

Tints of Rich Gold #A04920

RGB

 RED value IS 160 (62.89% from 255) = 60.38%

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 60.38%
G = 27.55%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A04920 (or 0xA04920) is known color: Rich Gold. HEX triplet: A0, 49 and 20. RGB value is (160,73,32). Sum of RGB (Red+Green+Blue) = 160+73+32=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A04920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04920 is #5FB6DF. Grayscale: #5E5E5E. Windows color (decimal): -6272736 or 2116000. OLE color: 2116000.

HSL color Cylindrical-coordinate representation of color #A04920: hue angle of 19.22º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A04920 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 32 -
CMYK 0 0.54 0.80 0.37
HSL 19.22º 0.67% 0.38% -
HSV(B) 19.22º 0.8% 0.63% -
XYZ 17.14 12.34 2.85 -
YUV 94.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 160 73 32 0 0.54 0.80 0.37 19.22 0.67 0.38
Hex A0 49 20 0 36 50 25 13 43 26
Octal 240 111 40 0 66 120 45 23 103 46
Binary 10100000 1001001 100000 0 110110 1010000 100101 10011 1000011 100110

Color Harmonies of #A04920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04920

Black with #A04920

Text Example


Text Example

White with #A04920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04920; }

 p { color: rgb(160,73,32); }

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

background-color css

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

 a { background-color: rgb(160,73,32); }

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

border-color css

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

 span { border-color: rgb(160,73,32); }

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