Shades of Golden Brown #A87004
Tints of Golden Brown #A87004
RGB
CMYK
RGB Variations
Color information
#A87004 (or 0xA87004) is known color: Golden Brown. HEX triplet: A8, 70 and 04. RGB value is (168,112,4). Sum of RGB (Red+Green+Blue) = 168+112+4=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A87004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87004 is #578FFB. Grayscale: #747474. Windows color (decimal): -5738492 or 290984. OLE color: 290984.
HSL color Cylindrical-coordinate representation of color #A87004: hue angle of 39.51º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A87004 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.34 |
| HSL | 39.51º | 0.95% | 0.34% | - |
| HSV(B) | 39.51º | 0.98% | 0.66% | - |
| XYZ | 21.96 | 19.92 | 2.8 | - |
| YUV | 116.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 4 | 0 | 0.33 | 0.98 | 0.34 | 39.51 | 0.95 | 0.34 |
| Hex | A8 | 70 | 4 | 0 | 21 | 62 | 22 | 28 | 5F | 22 |
| Octal | 250 | 160 | 4 | 0 | 41 | 142 | 42 | 50 | 137 | 42 |
| Binary | 10101000 | 1110000 | 100 | 0 | 100001 | 1100010 | 100010 | 101000 | 1011111 | 100010 |
Color Harmonies of #A87004
Complementary color
Monochromatic Colors of #A87004
Black with #A87004
Text Example
Text Example
White with #A87004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87004; }
p { color: rgb(168,112,4); }
H1.HeaderClassName
{
color: #A87004;
}
.AnyTagClassName
{
color: #A87004;
}
</style>
background-color css
<style>
a { background-color: #A87004; }
a { background-color: rgb(168,112,4); }
div.DivClassName
{
background-color: #A87004;
}
.BgClassName
{
background-color: #A87004;
}
</style>
border-color css
<style>
span { border-color: #A87004; }
span { border-color: rgb(168,112,4); }
td.TdClassName
{
border-color: #A87004;
}
.TagClassName
{
border-color: #A87004;
}
</style>