Shades of Golden Brown #A87205
Tints of Golden Brown #A87205
RGB
CMYK
RGB Variations
Color information
#A87205 (or 0xA87205) is known color: Golden Brown. HEX triplet: A8, 72 and 05. RGB value is (168,114,5). Sum of RGB (Red+Green+Blue) = 168+114+5=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A87205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87205 is #578DFA. Grayscale: #767676. Windows color (decimal): -5737979 or 357032. OLE color: 357032.
HSL color Cylindrical-coordinate representation of color #A87205: hue angle of 40.12º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A87205 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.34 |
| HSL | 40.12º | 0.94% | 0.34% | - |
| HSV(B) | 40.12º | 0.97% | 0.66% | - |
| XYZ | 22.19 | 20.37 | 2.91 | - |
| YUV | 117.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 5 | 0 | 0.32 | 0.97 | 0.34 | 40.12 | 0.94 | 0.34 |
| Hex | A8 | 72 | 5 | 0 | 20 | 61 | 22 | 28 | 5E | 22 |
| Octal | 250 | 162 | 5 | 0 | 40 | 141 | 42 | 50 | 136 | 42 |
| Binary | 10101000 | 1110010 | 101 | 0 | 100000 | 1100001 | 100010 | 101000 | 1011110 | 100010 |
Color Harmonies of #A87205
Complementary color
Monochromatic Colors of #A87205
Black with #A87205
Text Example
Text Example
White with #A87205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87205; }
p { color: rgb(168,114,5); }
H1.HeaderClassName
{
color: #A87205;
}
.AnyTagClassName
{
color: #A87205;
}
</style>
background-color css
<style>
a { background-color: #A87205; }
a { background-color: rgb(168,114,5); }
div.DivClassName
{
background-color: #A87205;
}
.BgClassName
{
background-color: #A87205;
}
</style>
border-color css
<style>
span { border-color: #A87205; }
span { border-color: rgb(168,114,5); }
td.TdClassName
{
border-color: #A87205;
}
.TagClassName
{
border-color: #A87205;
}
</style>