Html Css Color HEX #A04A20 Rich Gold

📋 copy color: '#A04A20'

red 160 ◦ green 74 ◦ blue 32

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

Shades of Rich Gold #A04A20

Tints of Rich Gold #A04A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

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

R = 60.15%
G = 27.82%
B = 12.03%

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

#A04A20 (or 0xA04A20) is known color: Rich Gold. HEX triplet: A0, 4A and 20. RGB value is (160,74,32). Sum of RGB (Red+Green+Blue) = 160+74+32=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A20 is #5FB5DF. Grayscale: #5F5F5F. Windows color (decimal): -6272480 or 2116256. OLE color: 2116256.

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

Color convert

RGB 160 74 32 -
CMYK 0 0.54 0.80 0.37
HSL 19.69º 0.67% 0.38% -
HSV(B) 19.69º 0.8% 0.63% -
XYZ 17.21 12.48 2.87 -
YUV 94.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 160 74 32 0 0.54 0.80 0.37 19.69 0.67 0.38
Hex A0 4A 20 0 36 50 25 14 43 26
Octal 240 112 40 0 66 120 45 24 103 46
Binary 10100000 1001010 100000 0 110110 1010000 100101 10100 1000011 100110

Color Harmonies of #A04A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A20

Black with #A04A20

Text Example


Text Example

White with #A04A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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