Shades of Golden Brown #A87011
Tints of Golden Brown #A87011
RGB
CMYK
RGB Variations
Color information
#A87011 (or 0xA87011) is known color: Golden Brown. HEX triplet: A8, 70 and 11. RGB value is (168,112,17). Sum of RGB (Red+Green+Blue) = 168+112+17=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A87011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87011 is #578FEE. Grayscale: #767676. Windows color (decimal): -5738479 or 1142952. OLE color: 1142952.
HSL color Cylindrical-coordinate representation of color #A87011: hue angle of 37.75º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A87011 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 17 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.34 |
| HSL | 37.75º | 0.82% | 0.36% | - |
| HSV(B) | 37.75º | 0.9% | 0.66% | - |
| XYZ | 22.04 | 19.95 | 3.22 | - |
| YUV | 117.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 17 | 0 | 0.33 | 0.90 | 0.34 | 37.75 | 0.82 | 0.36 |
| Hex | A8 | 70 | 11 | 0 | 21 | 5A | 22 | 26 | 52 | 24 |
| Octal | 250 | 160 | 21 | 0 | 41 | 132 | 42 | 46 | 122 | 44 |
| Binary | 10101000 | 1110000 | 10001 | 0 | 100001 | 1011010 | 100010 | 100110 | 1010010 | 100100 |
Color Harmonies of #A87011
Complementary color
Monochromatic Colors of #A87011
Black with #A87011
Text Example
Text Example
White with #A87011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87011; }
p { color: rgb(168,112,17); }
H1.HeaderClassName
{
color: #A87011;
}
.AnyTagClassName
{
color: #A87011;
}
</style>
background-color css
<style>
a { background-color: #A87011; }
a { background-color: rgb(168,112,17); }
div.DivClassName
{
background-color: #A87011;
}
.BgClassName
{
background-color: #A87011;
}
</style>
border-color css
<style>
span { border-color: #A87011; }
span { border-color: rgb(168,112,17); }
td.TdClassName
{
border-color: #A87011;
}
.TagClassName
{
border-color: #A87011;
}
</style>