Shades of Golden Brown #A05C0F
Tints of Golden Brown #A05C0F
RGB
CMYK
RGB Variations
Color information
#A05C0F (or 0xA05C0F) is known color: Golden Brown. HEX triplet: A0, 5C and 0F. RGB value is (160,92,15). Sum of RGB (Red+Green+Blue) = 160+92+15=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05C0F is #5FA3F0. Grayscale: #676767. Windows color (decimal): -6267889 or 1006752. OLE color: 1006752.
HSL color Cylindrical-coordinate representation of color #A05C0F: hue angle of 31.86º 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 #A05C0F is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 92 | 15 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.37 |
| HSL | 31.86º | 0.83% | 0.34% | - |
| HSV(B) | 31.86º | 0.91% | 0.63% | - |
| XYZ | 18.41 | 15.16 | 2.41 | - |
| YUV | 103.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 15 | 0 | 0.43 | 0.91 | 0.37 | 31.86 | 0.83 | 0.34 |
| Hex | A0 | 5C | F | 0 | 2B | 5B | 25 | 20 | 53 | 22 |
| Octal | 240 | 134 | 17 | 0 | 53 | 133 | 45 | 40 | 123 | 42 |
| Binary | 10100000 | 1011100 | 1111 | 0 | 101011 | 1011011 | 100101 | 100000 | 1010011 | 100010 |
Color Harmonies of #A05C0F
Complementary color
Monochromatic Colors of #A05C0F
Black with #A05C0F
Text Example
Text Example
White with #A05C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05C0F; }
p { color: rgb(160,92,15); }
H1.HeaderClassName
{
color: #A05C0F;
}
.AnyTagClassName
{
color: #A05C0F;
}
</style>
background-color css
<style>
a { background-color: #A05C0F; }
a { background-color: rgb(160,92,15); }
div.DivClassName
{
background-color: #A05C0F;
}
.BgClassName
{
background-color: #A05C0F;
}
</style>
border-color css
<style>
span { border-color: #A05C0F; }
span { border-color: rgb(160,92,15); }
td.TdClassName
{
border-color: #A05C0F;
}
.TagClassName
{
border-color: #A05C0F;
}
</style>