Shades of Golden Brown #A05F0F
Tints of Golden Brown #A05F0F
RGB
CMYK
RGB Variations
Color information
#A05F0F (or 0xA05F0F) is known color: Golden Brown. HEX triplet: A0, 5F and 0F. RGB value is (160,95,15). Sum of RGB (Red+Green+Blue) = 160+95+15=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F0F is #5FA0F0. Grayscale: #696969. Windows color (decimal): -6267121 or 1007520. OLE color: 1007520.
HSL color Cylindrical-coordinate representation of color #A05F0F: hue angle of 33.1º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A05F0F is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 15 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.37 |
| HSL | 33.1º | 0.83% | 0.34% | - |
| HSV(B) | 33.1º | 0.91% | 0.63% | - |
| XYZ | 18.68 | 15.69 | 2.5 | - |
| YUV | 105.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 15 | 0 | 0.41 | 0.91 | 0.37 | 33.1 | 0.83 | 0.34 |
| Hex | A0 | 5F | F | 0 | 29 | 5B | 25 | 21 | 53 | 22 |
| Octal | 240 | 137 | 17 | 0 | 51 | 133 | 45 | 41 | 123 | 42 |
| Binary | 10100000 | 1011111 | 1111 | 0 | 101001 | 1011011 | 100101 | 100001 | 1010011 | 100010 |
Color Harmonies of #A05F0F
Complementary color
Monochromatic Colors of #A05F0F
Black with #A05F0F
Text Example
Text Example
White with #A05F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F0F; }
p { color: rgb(160,95,15); }
H1.HeaderClassName
{
color: #A05F0F;
}
.AnyTagClassName
{
color: #A05F0F;
}
</style>
background-color css
<style>
a { background-color: #A05F0F; }
a { background-color: rgb(160,95,15); }
div.DivClassName
{
background-color: #A05F0F;
}
.BgClassName
{
background-color: #A05F0F;
}
</style>
border-color css
<style>
span { border-color: #A05F0F; }
span { border-color: rgb(160,95,15); }
td.TdClassName
{
border-color: #A05F0F;
}
.TagClassName
{
border-color: #A05F0F;
}
</style>