Shades of Golden Brown #A87211
Tints of Golden Brown #A87211
RGB
CMYK
RGB Variations
Color information
#A87211 (or 0xA87211) is known color: Golden Brown. HEX triplet: A8, 72 and 11. RGB value is (168,114,17). Sum of RGB (Red+Green+Blue) = 168+114+17=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A87211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87211 is #578DEE. Grayscale: #777777. Windows color (decimal): -5737967 or 1143464. OLE color: 1143464.
HSL color Cylindrical-coordinate representation of color #A87211: hue angle of 38.54º 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 #A87211 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 17 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.34 |
| HSL | 38.54º | 0.82% | 0.36% | - |
| HSV(B) | 38.54º | 0.9% | 0.66% | - |
| XYZ | 22.27 | 20.4 | 3.29 | - |
| YUV | 119.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 17 | 0 | 0.32 | 0.90 | 0.34 | 38.54 | 0.82 | 0.36 |
| Hex | A8 | 72 | 11 | 0 | 20 | 5A | 22 | 27 | 52 | 24 |
| Octal | 250 | 162 | 21 | 0 | 40 | 132 | 42 | 47 | 122 | 44 |
| Binary | 10101000 | 1110010 | 10001 | 0 | 100000 | 1011010 | 100010 | 100111 | 1010010 | 100100 |
Color Harmonies of #A87211
Complementary color
Monochromatic Colors of #A87211
Black with #A87211
Text Example
Text Example
White with #A87211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87211; }
p { color: rgb(168,114,17); }
H1.HeaderClassName
{
color: #A87211;
}
.AnyTagClassName
{
color: #A87211;
}
</style>
background-color css
<style>
a { background-color: #A87211; }
a { background-color: rgb(168,114,17); }
div.DivClassName
{
background-color: #A87211;
}
.BgClassName
{
background-color: #A87211;
}
</style>
border-color css
<style>
span { border-color: #A87211; }
span { border-color: rgb(168,114,17); }
td.TdClassName
{
border-color: #A87211;
}
.TagClassName
{
border-color: #A87211;
}
</style>