Html Css Color HEX #A04620 Rich Gold

📋 copy color: '#A04620'

red 160 ◦ green 70 ◦ blue 32

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

Shades of Rich Gold #A04620

Tints of Rich Gold #A04620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 61.07%
G = 26.72%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A04620 (or 0xA04620) is known color: Rich Gold. HEX triplet: A0, 46 and 20. RGB value is (160,70,32). Sum of RGB (Red+Green+Blue) = 160+70+32=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A04620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04620 is #5FB9DF. Grayscale: #5C5C5C. Windows color (decimal): -6273504 or 2115232. OLE color: 2115232.

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

Color convert

RGB 160 70 32 -
CMYK 0 0.56 0.80 0.37
HSL 17.81º 0.67% 0.38% -
HSV(B) 17.81º 0.8% 0.63% -
XYZ 16.95 11.96 2.78 -
YUV 92.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 160 70 32 0 0.56 0.80 0.37 17.81 0.67 0.38
Hex A0 46 20 0 38 50 25 12 43 26
Octal 240 106 40 0 70 120 45 22 103 46
Binary 10100000 1000110 100000 0 111000 1010000 100101 10010 1000011 100110

Color Harmonies of #A04620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04620

Black with #A04620

Text Example


Text Example

White with #A04620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04620; }

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

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

background-color css

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

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

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

border-color css

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

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

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