Shades of Golden Brown #A86511
Tints of Golden Brown #A86511
RGB
CMYK
RGB Variations
Color information
#A86511 (or 0xA86511) is known color: Golden Brown. HEX triplet: A8, 65 and 11. RGB value is (168,101,17). Sum of RGB (Red+Green+Blue) = 168+101+17=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A86511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86511 is #579AEE. Grayscale: #6F6F6F. Windows color (decimal): -5741295 or 1140136. OLE color: 1140136.
HSL color Cylindrical-coordinate representation of color #A86511: hue angle of 33.38º 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 #A86511 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 17 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.34 |
| HSL | 33.38º | 0.82% | 0.36% | - |
| HSV(B) | 33.38º | 0.9% | 0.66% | - |
| XYZ | 20.9 | 17.67 | 2.84 | - |
| YUV | 111.46 | 74.7 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 17 | 0 | 0.40 | 0.90 | 0.34 | 33.38 | 0.82 | 0.36 |
| Hex | A8 | 65 | 11 | 0 | 28 | 5A | 22 | 21 | 52 | 24 |
| Octal | 250 | 145 | 21 | 0 | 50 | 132 | 42 | 41 | 122 | 44 |
| Binary | 10101000 | 1100101 | 10001 | 0 | 101000 | 1011010 | 100010 | 100001 | 1010010 | 100100 |
Color Harmonies of #A86511
Complementary color
Monochromatic Colors of #A86511
Black with #A86511
Text Example
Text Example
White with #A86511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86511; }
p { color: rgb(168,101,17); }
H1.HeaderClassName
{
color: #A86511;
}
.AnyTagClassName
{
color: #A86511;
}
</style>
background-color css
<style>
a { background-color: #A86511; }
a { background-color: rgb(168,101,17); }
div.DivClassName
{
background-color: #A86511;
}
.BgClassName
{
background-color: #A86511;
}
</style>
border-color css
<style>
span { border-color: #A86511; }
span { border-color: rgb(168,101,17); }
td.TdClassName
{
border-color: #A86511;
}
.TagClassName
{
border-color: #A86511;
}
</style>