Shades of Golden Brown #A86313
Tints of Golden Brown #A86313
RGB
CMYK
RGB Variations
Color information
#A86313 (or 0xA86313) is known color: Golden Brown. HEX triplet: A8, 63 and 13. RGB value is (168,99,19). Sum of RGB (Red+Green+Blue) = 168+99+19=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A86313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86313 is #579CEC. Grayscale: #6E6E6E. Windows color (decimal): -5741805 or 1270696. OLE color: 1270696.
HSL color Cylindrical-coordinate representation of color #A86313: hue angle of 32.21º 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 #A86313 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 19 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.34 |
| HSL | 32.21º | 0.8% | 0.37% | - |
| HSV(B) | 32.21º | 0.89% | 0.66% | - |
| XYZ | 20.73 | 17.3 | 2.86 | - |
| YUV | 110.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 19 | 0 | 0.41 | 0.89 | 0.34 | 32.21 | 0.8 | 0.37 |
| Hex | A8 | 63 | 13 | 0 | 29 | 59 | 22 | 20 | 50 | 25 |
| Octal | 250 | 143 | 23 | 0 | 51 | 131 | 42 | 40 | 120 | 45 |
| Binary | 10101000 | 1100011 | 10011 | 0 | 101001 | 1011001 | 100010 | 100000 | 1010000 | 100101 |
Color Harmonies of #A86313
Complementary color
Monochromatic Colors of #A86313
Black with #A86313
Text Example
Text Example
White with #A86313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86313; }
p { color: rgb(168,99,19); }
H1.HeaderClassName
{
color: #A86313;
}
.AnyTagClassName
{
color: #A86313;
}
</style>
background-color css
<style>
a { background-color: #A86313; }
a { background-color: rgb(168,99,19); }
div.DivClassName
{
background-color: #A86313;
}
.BgClassName
{
background-color: #A86313;
}
</style>
border-color css
<style>
span { border-color: #A86313; }
span { border-color: rgb(168,99,19); }
td.TdClassName
{
border-color: #A86313;
}
.TagClassName
{
border-color: #A86313;
}
</style>