Shades of Golden Brown #A87000
Tints of Golden Brown #A87000
RGB
CMYK
RGB Variations
Color information
#A87000 (or 0xA87000) is known color: Golden Brown. HEX triplet: A8, 70 and 00. RGB value is (168,112,0). Sum of RGB (Red+Green+Blue) = 168+112+0=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A87000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87000 is #578FFF. Grayscale: #747474. Windows color (decimal): -5738496 or 28840. OLE color: 28840.
HSL color Cylindrical-coordinate representation of color #A87000: hue angle of 40º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A87000 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.34 |
| HSL | 40º | 1% | 0.33% | - |
| HSV(B) | 40º | 1% | 0.66% | - |
| XYZ | 21.94 | 19.91 | 2.69 | - |
| YUV | 115.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 0 | 0 | 0.33 | 1 | 0.34 | 40 | 1 | 0.33 |
| Hex | A8 | 70 | 0 | 0 | 21 | 64 | 22 | 28 | 64 | 21 |
| Octal | 250 | 160 | 0 | 0 | 41 | 144 | 42 | 50 | 144 | 41 |
| Binary | 10101000 | 1110000 | 0 | 0 | 100001 | 1100100 | 100010 | 101000 | 1100100 | 100001 |
Color Harmonies of #A87000
Complementary color
Monochromatic Colors of #A87000
Black with #A87000
Text Example
Text Example
White with #A87000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87000; }
p { color: rgb(168,112,0); }
H1.HeaderClassName
{
color: #A87000;
}
.AnyTagClassName
{
color: #A87000;
}
</style>
background-color css
<style>
a { background-color: #A87000; }
a { background-color: rgb(168,112,0); }
div.DivClassName
{
background-color: #A87000;
}
.BgClassName
{
background-color: #A87000;
}
</style>
border-color css
<style>
span { border-color: #A87000; }
span { border-color: rgb(168,112,0); }
td.TdClassName
{
border-color: #A87000;
}
.TagClassName
{
border-color: #A87000;
}
</style>