Shades of Golden Brown #A86913
Tints of Golden Brown #A86913
RGB
CMYK
RGB Variations
Color information
#A86913 (or 0xA86913) is known color: Golden Brown. HEX triplet: A8, 69 and 13. RGB value is (168,105,19). Sum of RGB (Red+Green+Blue) = 168+105+19=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A86913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86913 is #5796EC. Grayscale: #727272. Windows color (decimal): -5740269 or 1272232. OLE color: 1272232.
HSL color Cylindrical-coordinate representation of color #A86913: hue angle of 34.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A86913 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 19 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.34 |
| HSL | 34.63º | 0.8% | 0.37% | - |
| HSV(B) | 34.63º | 0.89% | 0.66% | - |
| XYZ | 21.32 | 18.48 | 3.06 | - |
| YUV | 114.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 19 | 0 | 0.38 | 0.89 | 0.34 | 34.63 | 0.8 | 0.37 |
| Hex | A8 | 69 | 13 | 0 | 26 | 59 | 22 | 23 | 50 | 25 |
| Octal | 250 | 151 | 23 | 0 | 46 | 131 | 42 | 43 | 120 | 45 |
| Binary | 10101000 | 1101001 | 10011 | 0 | 100110 | 1011001 | 100010 | 100011 | 1010000 | 100101 |
Color Harmonies of #A86913
Complementary color
Monochromatic Colors of #A86913
Black with #A86913
Text Example
Text Example
White with #A86913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86913; }
p { color: rgb(168,105,19); }
H1.HeaderClassName
{
color: #A86913;
}
.AnyTagClassName
{
color: #A86913;
}
</style>
background-color css
<style>
a { background-color: #A86913; }
a { background-color: rgb(168,105,19); }
div.DivClassName
{
background-color: #A86913;
}
.BgClassName
{
background-color: #A86913;
}
</style>
border-color css
<style>
span { border-color: #A86913; }
span { border-color: rgb(168,105,19); }
td.TdClassName
{
border-color: #A86913;
}
.TagClassName
{
border-color: #A86913;
}
</style>