Shades of Rich Gold #A05320
Tints of Rich Gold #A05320
RGB
CMYK
RGB Variations
Color information
#A05320 (or 0xA05320) is known color: Rich Gold. HEX triplet: A0, 53 and 20. RGB value is (160,83,32). Sum of RGB (Red+Green+Blue) = 160+83+32=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A05320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05320 is #5FACDF. Grayscale: #646464. Windows color (decimal): -6270176 or 2118560. OLE color: 2118560.
HSL color Cylindrical-coordinate representation of color #A05320: hue angle of 23.91º 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 #A05320 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 83 | 32 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.37 |
| HSL | 23.91º | 0.67% | 0.38% | - |
| HSV(B) | 23.91º | 0.8% | 0.63% | - |
| XYZ | 17.85 | 13.76 | 3.08 | - |
| YUV | 100.21 | 89.51 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 83 | 32 | 0 | 0.48 | 0.80 | 0.37 | 23.91 | 0.67 | 0.38 |
| Hex | A0 | 53 | 20 | 0 | 30 | 50 | 25 | 18 | 43 | 26 |
| Octal | 240 | 123 | 40 | 0 | 60 | 120 | 45 | 30 | 103 | 46 |
| Binary | 10100000 | 1010011 | 100000 | 0 | 110000 | 1010000 | 100101 | 11000 | 1000011 | 100110 |
Color Harmonies of #A05320
Complementary color
Monochromatic Colors of #A05320
Black with #A05320
Text Example
Text Example
White with #A05320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05320; }
p { color: rgb(160,83,32); }
H1.HeaderClassName
{
color: #A05320;
}
.AnyTagClassName
{
color: #A05320;
}
</style>
background-color css
<style>
a { background-color: #A05320; }
a { background-color: rgb(160,83,32); }
div.DivClassName
{
background-color: #A05320;
}
.BgClassName
{
background-color: #A05320;
}
</style>
border-color css
<style>
span { border-color: #A05320; }
span { border-color: rgb(160,83,32); }
td.TdClassName
{
border-color: #A05320;
}
.TagClassName
{
border-color: #A05320;
}
</style>