Shades of Golden Brown #A86501
Tints of Golden Brown #A86501
RGB
CMYK
RGB Variations
Color information
#A86501 (or 0xA86501) is known color: Golden Brown. HEX triplet: A8, 65 and 01. RGB value is (168,101,1). Sum of RGB (Red+Green+Blue) = 168+101+1=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A86501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86501 is #579AFE. Grayscale: #6E6E6E. Windows color (decimal): -5741311 or 91560. OLE color: 91560.
HSL color Cylindrical-coordinate representation of color #A86501: hue angle of 35.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A86501 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.34 |
| HSL | 35.93º | 0.99% | 0.33% | - |
| HSV(B) | 35.93º | 0.99% | 0.66% | - |
| XYZ | 20.81 | 17.63 | 2.34 | - |
| YUV | 109.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 1 | 0 | 0.40 | 0.99 | 0.34 | 35.93 | 0.99 | 0.33 |
| Hex | A8 | 65 | 1 | 0 | 28 | 63 | 22 | 24 | 63 | 21 |
| Octal | 250 | 145 | 1 | 0 | 50 | 143 | 42 | 44 | 143 | 41 |
| Binary | 10101000 | 1100101 | 1 | 0 | 101000 | 1100011 | 100010 | 100100 | 1100011 | 100001 |
Color Harmonies of #A86501
Complementary color
Monochromatic Colors of #A86501
Black with #A86501
Text Example
Text Example
White with #A86501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86501; }
p { color: rgb(168,101,1); }
H1.HeaderClassName
{
color: #A86501;
}
.AnyTagClassName
{
color: #A86501;
}
</style>
background-color css
<style>
a { background-color: #A86501; }
a { background-color: rgb(168,101,1); }
div.DivClassName
{
background-color: #A86501;
}
.BgClassName
{
background-color: #A86501;
}
</style>
border-color css
<style>
span { border-color: #A86501; }
span { border-color: rgb(168,101,1); }
td.TdClassName
{
border-color: #A86501;
}
.TagClassName
{
border-color: #A86501;
}
</style>