Html Css Color HEX #A04C22 Rich Gold

📋 copy color: '#A04C22'

red 160 ◦ green 76 ◦ blue 34

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

Shades of Rich Gold #A04C22

Tints of Rich Gold #A04C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 59.26%
G = 28.15%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A04C22 (or 0xA04C22) is known color: Rich Gold. HEX triplet: A0, 4C and 22. RGB value is (160,76,34). Sum of RGB (Red+Green+Blue) = 160+76+34=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C22 is #5FB3DD. Grayscale: #606060. Windows color (decimal): -6271966 or 2247840. OLE color: 2247840.

HSL color Cylindrical-coordinate representation of color #A04C22: hue angle of 20º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A04C22 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 34 -
CMYK 0 0.52 0.79 0.37
HSL 20º 0.65% 0.38% -
HSV(B) 20º 0.79% 0.63% -
XYZ 17.37 12.76 3.06 -
YUV 96.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 160 76 34 0 0.52 0.79 0.37 20 0.65 0.38
Hex A0 4C 22 0 34 4F 25 14 41 26
Octal 240 114 42 0 64 117 45 24 101 46
Binary 10100000 1001100 100010 0 110100 1001111 100101 10100 1000001 100110

Color Harmonies of #A04C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C22

Black with #A04C22

Text Example


Text Example

White with #A04C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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