Shades of Golden Brown #A05F13
Tints of Golden Brown #A05F13
RGB
CMYK
RGB Variations
Color information
#A05F13 (or 0xA05F13) is known color: Golden Brown. HEX triplet: A0, 5F and 13. RGB value is (160,95,19). Sum of RGB (Red+Green+Blue) = 160+95+19=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F13 is #5FA0EC. Grayscale: #6A6A6A. Windows color (decimal): -6267117 or 1269664. OLE color: 1269664.
HSL color Cylindrical-coordinate representation of color #A05F13: hue angle of 32.34º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A05F13 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 19 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.37 |
| HSL | 32.34º | 0.79% | 0.35% | - |
| HSV(B) | 32.34º | 0.88% | 0.63% | - |
| XYZ | 18.71 | 15.71 | 2.66 | - |
| YUV | 105.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 19 | 0 | 0.41 | 0.88 | 0.37 | 32.34 | 0.79 | 0.35 |
| Hex | A0 | 5F | 13 | 0 | 29 | 58 | 25 | 20 | 4F | 23 |
| Octal | 240 | 137 | 23 | 0 | 51 | 130 | 45 | 40 | 117 | 43 |
| Binary | 10100000 | 1011111 | 10011 | 0 | 101001 | 1011000 | 100101 | 100000 | 1001111 | 100011 |
Color Harmonies of #A05F13
Complementary color
Monochromatic Colors of #A05F13
Black with #A05F13
Text Example
Text Example
White with #A05F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F13; }
p { color: rgb(160,95,19); }
H1.HeaderClassName
{
color: #A05F13;
}
.AnyTagClassName
{
color: #A05F13;
}
</style>
background-color css
<style>
a { background-color: #A05F13; }
a { background-color: rgb(160,95,19); }
div.DivClassName
{
background-color: #A05F13;
}
.BgClassName
{
background-color: #A05F13;
}
</style>
border-color css
<style>
span { border-color: #A05F13; }
span { border-color: rgb(160,95,19); }
td.TdClassName
{
border-color: #A05F13;
}
.TagClassName
{
border-color: #A05F13;
}
</style>