Shades of Golden Brown #A05A16
Tints of Golden Brown #A05A16
RGB
CMYK
RGB Variations
Color information
#A05A16 (or 0xA05A16) is known color: Golden Brown. HEX triplet: A0, 5A and 16. RGB value is (160,90,22). Sum of RGB (Red+Green+Blue) = 160+90+22=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A16 is #5FA5E9. Grayscale: #676767. Windows color (decimal): -6268394 or 1464992. OLE color: 1464992.
HSL color Cylindrical-coordinate representation of color #A05A16: hue angle of 29.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A05A16 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 90 | 22 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.37 |
| HSL | 29.57º | 0.76% | 0.36% | - |
| HSV(B) | 29.57º | 0.86% | 0.63% | - |
| XYZ | 18.3 | 14.84 | 2.66 | - |
| YUV | 103.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 22 | 0 | 0.44 | 0.86 | 0.37 | 29.57 | 0.76 | 0.36 |
| Hex | A0 | 5A | 16 | 0 | 2C | 56 | 25 | 1E | 4C | 24 |
| Octal | 240 | 132 | 26 | 0 | 54 | 126 | 45 | 36 | 114 | 44 |
| Binary | 10100000 | 1011010 | 10110 | 0 | 101100 | 1010110 | 100101 | 11110 | 1001100 | 100100 |
Color Harmonies of #A05A16
Complementary color
Monochromatic Colors of #A05A16
Black with #A05A16
Text Example
Text Example
White with #A05A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05A16; }
p { color: rgb(160,90,22); }
H1.HeaderClassName
{
color: #A05A16;
}
.AnyTagClassName
{
color: #A05A16;
}
</style>
background-color css
<style>
a { background-color: #A05A16; }
a { background-color: rgb(160,90,22); }
div.DivClassName
{
background-color: #A05A16;
}
.BgClassName
{
background-color: #A05A16;
}
</style>
border-color css
<style>
span { border-color: #A05A16; }
span { border-color: rgb(160,90,22); }
td.TdClassName
{
border-color: #A05A16;
}
.TagClassName
{
border-color: #A05A16;
}
</style>