Html Css Color HEX #A05020 Rich Gold

📋 copy color: '#A05020'

red 160 ◦ green 80 ◦ blue 32

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

Shades of Rich Gold #A05020

Tints of Rich Gold #A05020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 58.82%
G = 29.41%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A05020 (or 0xA05020) is known color: Rich Gold. HEX triplet: A0, 50 and 20. RGB value is (160,80,32). Sum of RGB (Red+Green+Blue) = 160+80+32=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A05020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05020 is #5FAFDF. Grayscale: #626262. Windows color (decimal): -6270944 or 2117792. OLE color: 2117792.

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

Color convert

RGB 160 80 32 -
CMYK 0 0.5 0.80 0.37
HSL 22.5º 0.67% 0.38% -
HSV(B) 22.5º 0.8% 0.63% -
XYZ 17.63 13.32 3.01 -
YUV 98.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 160 80 32 0 0.5 0.80 0.37 22.5 0.67 0.38
Hex A0 50 20 0 32 50 25 16 43 26
Octal 240 120 40 0 62 120 45 26 103 46
Binary 10100000 1010000 100000 0 110010 1010000 100101 10110 1000011 100110

Color Harmonies of #A05020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05020

Black with #A05020

Text Example


Text Example

White with #A05020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05020; }

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

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

background-color css

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

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

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

border-color css

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

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

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