Html Css Color HEX #A04C20 Rich Gold

📋 copy color: '#A04C20'

red 160 ◦ green 76 ◦ blue 32

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

Shades of Rich Gold #A04C20

Tints of Rich Gold #A04C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

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

R = 59.7%
G = 28.36%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A04C20 (or 0xA04C20) is known color: Rich Gold. HEX triplet: A0, 4C and 20. RGB value is (160,76,32). Sum of RGB (Red+Green+Blue) = 160+76+32=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C20 is #5FB3DF. Grayscale: #606060. Windows color (decimal): -6271968 or 2116768. OLE color: 2116768.

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

Color convert

RGB 160 76 32 -
CMYK 0 0.52 0.80 0.37
HSL 20.63º 0.67% 0.38% -
HSV(B) 20.63º 0.8% 0.63% -
XYZ 17.34 12.75 2.91 -
YUV 96.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 160 76 32 0 0.52 0.80 0.37 20.63 0.67 0.38
Hex A0 4C 20 0 34 50 25 15 43 26
Octal 240 114 40 0 64 120 45 25 103 46
Binary 10100000 1001100 100000 0 110100 1010000 100101 10101 1000011 100110

Color Harmonies of #A04C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C20

Black with #A04C20

Text Example


Text Example

White with #A04C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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