Shades of Golden Brown #A05F16
Tints of Golden Brown #A05F16
RGB
CMYK
RGB Variations
Color information
#A05F16 (or 0xA05F16) is known color: Golden Brown. HEX triplet: A0, 5F and 16. RGB value is (160,95,22). Sum of RGB (Red+Green+Blue) = 160+95+22=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F16 is #5FA0E9. Grayscale: #6A6A6A. Windows color (decimal): -6267114 or 1466272. OLE color: 1466272.
HSL color Cylindrical-coordinate representation of color #A05F16: hue angle of 31.74º 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 #A05F16 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 22 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.37 |
| HSL | 31.74º | 0.76% | 0.36% | - |
| HSV(B) | 31.74º | 0.86% | 0.63% | - |
| XYZ | 18.73 | 15.72 | 2.81 | - |
| YUV | 106.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 22 | 0 | 0.41 | 0.86 | 0.37 | 31.74 | 0.76 | 0.36 |
| Hex | A0 | 5F | 16 | 0 | 29 | 56 | 25 | 20 | 4C | 24 |
| Octal | 240 | 137 | 26 | 0 | 51 | 126 | 45 | 40 | 114 | 44 |
| Binary | 10100000 | 1011111 | 10110 | 0 | 101001 | 1010110 | 100101 | 100000 | 1001100 | 100100 |
Color Harmonies of #A05F16
Complementary color
Monochromatic Colors of #A05F16
Black with #A05F16
Text Example
Text Example
White with #A05F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F16; }
p { color: rgb(160,95,22); }
H1.HeaderClassName
{
color: #A05F16;
}
.AnyTagClassName
{
color: #A05F16;
}
</style>
background-color css
<style>
a { background-color: #A05F16; }
a { background-color: rgb(160,95,22); }
div.DivClassName
{
background-color: #A05F16;
}
.BgClassName
{
background-color: #A05F16;
}
</style>
border-color css
<style>
span { border-color: #A05F16; }
span { border-color: rgb(160,95,22); }
td.TdClassName
{
border-color: #A05F16;
}
.TagClassName
{
border-color: #A05F16;
}
</style>