Shades of Golden Brown #A86701
Tints of Golden Brown #A86701
RGB
CMYK
RGB Variations
Color information
#A86701 (or 0xA86701) is known color: Golden Brown. HEX triplet: A8, 67 and 01. RGB value is (168,103,1). Sum of RGB (Red+Green+Blue) = 168+103+1=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A86701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86701 is #5798FE. Grayscale: #6F6F6F. Windows color (decimal): -5740799 or 92072. OLE color: 92072.
HSL color Cylindrical-coordinate representation of color #A86701: hue angle of 36.65º 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 #A86701 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.34 |
| HSL | 36.65º | 0.99% | 0.33% | - |
| HSV(B) | 36.65º | 0.99% | 0.66% | - |
| XYZ | 21 | 18.03 | 2.4 | - |
| YUV | 110.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 1 | 0 | 0.39 | 0.99 | 0.34 | 36.65 | 0.99 | 0.33 |
| Hex | A8 | 67 | 1 | 0 | 27 | 63 | 22 | 25 | 63 | 21 |
| Octal | 250 | 147 | 1 | 0 | 47 | 143 | 42 | 45 | 143 | 41 |
| Binary | 10101000 | 1100111 | 1 | 0 | 100111 | 1100011 | 100010 | 100101 | 1100011 | 100001 |
Color Harmonies of #A86701
Complementary color
Monochromatic Colors of #A86701
Black with #A86701
Text Example
Text Example
White with #A86701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86701; }
p { color: rgb(168,103,1); }
H1.HeaderClassName
{
color: #A86701;
}
.AnyTagClassName
{
color: #A86701;
}
</style>
background-color css
<style>
a { background-color: #A86701; }
a { background-color: rgb(168,103,1); }
div.DivClassName
{
background-color: #A86701;
}
.BgClassName
{
background-color: #A86701;
}
</style>
border-color css
<style>
span { border-color: #A86701; }
span { border-color: rgb(168,103,1); }
td.TdClassName
{
border-color: #A86701;
}
.TagClassName
{
border-color: #A86701;
}
</style>