Shades of Golden Brown #A87101
Tints of Golden Brown #A87101
RGB
CMYK
RGB Variations
Color information
#A87101 (or 0xA87101) is known color: Golden Brown. HEX triplet: A8, 71 and 01. RGB value is (168,113,1). Sum of RGB (Red+Green+Blue) = 168+113+1=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A87101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87101 is #578EFE. Grayscale: #757575. Windows color (decimal): -5738239 or 94632. OLE color: 94632.
HSL color Cylindrical-coordinate representation of color #A87101: hue angle of 40.24º 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 #A87101 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.34 |
| HSL | 40.24º | 0.99% | 0.33% | - |
| HSV(B) | 40.24º | 0.99% | 0.66% | - |
| XYZ | 22.06 | 20.14 | 2.75 | - |
| YUV | 116.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 1 | 0 | 0.33 | 0.99 | 0.34 | 40.24 | 0.99 | 0.33 |
| Hex | A8 | 71 | 1 | 0 | 21 | 63 | 22 | 28 | 63 | 21 |
| Octal | 250 | 161 | 1 | 0 | 41 | 143 | 42 | 50 | 143 | 41 |
| Binary | 10101000 | 1110001 | 1 | 0 | 100001 | 1100011 | 100010 | 101000 | 1100011 | 100001 |
Color Harmonies of #A87101
Complementary color
Monochromatic Colors of #A87101
Black with #A87101
Text Example
Text Example
White with #A87101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87101; }
p { color: rgb(168,113,1); }
H1.HeaderClassName
{
color: #A87101;
}
.AnyTagClassName
{
color: #A87101;
}
</style>
background-color css
<style>
a { background-color: #A87101; }
a { background-color: rgb(168,113,1); }
div.DivClassName
{
background-color: #A87101;
}
.BgClassName
{
background-color: #A87101;
}
</style>
border-color css
<style>
span { border-color: #A87101; }
span { border-color: rgb(168,113,1); }
td.TdClassName
{
border-color: #A87101;
}
.TagClassName
{
border-color: #A87101;
}
</style>