Shades of Golden Brown #A87104
Tints of Golden Brown #A87104
RGB
CMYK
RGB Variations
Color information
#A87104 (or 0xA87104) is known color: Golden Brown. HEX triplet: A8, 71 and 04. RGB value is (168,113,4). Sum of RGB (Red+Green+Blue) = 168+113+4=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A87104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87104 is #578EFB. Grayscale: #757575. Windows color (decimal): -5738236 or 291240. OLE color: 291240.
HSL color Cylindrical-coordinate representation of color #A87104: hue angle of 39.88º 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 #A87104 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.34 |
| HSL | 39.88º | 0.95% | 0.34% | - |
| HSV(B) | 39.88º | 0.98% | 0.66% | - |
| XYZ | 22.08 | 20.14 | 2.84 | - |
| YUV | 117.02 | 64.22 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 4 | 0 | 0.33 | 0.98 | 0.34 | 39.88 | 0.95 | 0.34 |
| Hex | A8 | 71 | 4 | 0 | 21 | 62 | 22 | 28 | 5F | 22 |
| Octal | 250 | 161 | 4 | 0 | 41 | 142 | 42 | 50 | 137 | 42 |
| Binary | 10101000 | 1110001 | 100 | 0 | 100001 | 1100010 | 100010 | 101000 | 1011111 | 100010 |
Color Harmonies of #A87104
Complementary color
Monochromatic Colors of #A87104
Black with #A87104
Text Example
Text Example
White with #A87104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87104; }
p { color: rgb(168,113,4); }
H1.HeaderClassName
{
color: #A87104;
}
.AnyTagClassName
{
color: #A87104;
}
</style>
background-color css
<style>
a { background-color: #A87104; }
a { background-color: rgb(168,113,4); }
div.DivClassName
{
background-color: #A87104;
}
.BgClassName
{
background-color: #A87104;
}
</style>
border-color css
<style>
span { border-color: #A87104; }
span { border-color: rgb(168,113,4); }
td.TdClassName
{
border-color: #A87104;
}
.TagClassName
{
border-color: #A87104;
}
</style>