Shades of Golden Brown #A05712
Tints of Golden Brown #A05712
RGB
CMYK
RGB Variations
Color information
#A05712 (or 0xA05712) is known color: Golden Brown. HEX triplet: A0, 57 and 12. RGB value is (160,87,18). Sum of RGB (Red+Green+Blue) = 160+87+18=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A05712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05712 is #5FA8ED. Grayscale: #656565. Windows color (decimal): -6269166 or 1202080. OLE color: 1202080.
HSL color Cylindrical-coordinate representation of color #A05712: hue angle of 29.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A05712 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 18 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.37 |
| HSL | 29.15º | 0.8% | 0.35% | - |
| HSV(B) | 29.15º | 0.89% | 0.63% | - |
| XYZ | 18.01 | 14.33 | 2.39 | - |
| YUV | 100.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 18 | 0 | 0.46 | 0.89 | 0.37 | 29.15 | 0.8 | 0.35 |
| Hex | A0 | 57 | 12 | 0 | 2E | 59 | 25 | 1D | 50 | 23 |
| Octal | 240 | 127 | 22 | 0 | 56 | 131 | 45 | 35 | 120 | 43 |
| Binary | 10100000 | 1010111 | 10010 | 0 | 101110 | 1011001 | 100101 | 11101 | 1010000 | 100011 |
Color Harmonies of #A05712
Complementary color
Monochromatic Colors of #A05712
Black with #A05712
Text Example
Text Example
White with #A05712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05712; }
p { color: rgb(160,87,18); }
H1.HeaderClassName
{
color: #A05712;
}
.AnyTagClassName
{
color: #A05712;
}
</style>
background-color css
<style>
a { background-color: #A05712; }
a { background-color: rgb(160,87,18); }
div.DivClassName
{
background-color: #A05712;
}
.BgClassName
{
background-color: #A05712;
}
</style>
border-color css
<style>
span { border-color: #A05712; }
span { border-color: rgb(160,87,18); }
td.TdClassName
{
border-color: #A05712;
}
.TagClassName
{
border-color: #A05712;
}
</style>