Html Css Color HEX #A05620 Rich Gold

📋 copy color: '#A05620'

red 160 ◦ green 86 ◦ blue 32

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

Shades of Rich Gold #A05620

Tints of Rich Gold #A05620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

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

R = 57.55%
G = 30.94%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A05620 (or 0xA05620) is known color: Rich Gold. HEX triplet: A0, 56 and 20. RGB value is (160,86,32). Sum of RGB (Red+Green+Blue) = 160+86+32=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A05620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05620 is #5FA9DF. Grayscale: #666666. Windows color (decimal): -6269408 or 2119328. OLE color: 2119328.

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

Color convert

RGB 160 86 32 -
CMYK 0 0.46 0.80 0.37
HSL 25.31º 0.67% 0.38% -
HSV(B) 25.31º 0.8% 0.63% -
XYZ 18.09 14.23 3.16 -
YUV 101.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 160 86 32 0 0.46 0.80 0.37 25.31 0.67 0.38
Hex A0 56 20 0 2E 50 25 19 43 26
Octal 240 126 40 0 56 120 45 31 103 46
Binary 10100000 1010110 100000 0 101110 1010000 100101 11001 1000011 100110

Color Harmonies of #A05620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05620

Black with #A05620

Text Example


Text Example

White with #A05620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05620; }

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

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

background-color css

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

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

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

border-color css

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

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

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