Shades of Golden Brown #A87103
Tints of Golden Brown #A87103
RGB
CMYK
RGB Variations
Color information
#A87103 (or 0xA87103) is known color: Golden Brown. HEX triplet: A8, 71 and 03. RGB value is (168,113,3). Sum of RGB (Red+Green+Blue) = 168+113+3=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A87103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87103 is #578EFC. Grayscale: #757575. Windows color (decimal): -5738237 or 225704. OLE color: 225704.
HSL color Cylindrical-coordinate representation of color #A87103: hue angle of 40º degrees, saturation: 0.96, 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 #A87103 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 113 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.34 |
| HSL | 40º | 0.96% | 0.34% | - |
| HSV(B) | 40º | 0.98% | 0.66% | - |
| XYZ | 22.07 | 20.14 | 2.81 | - |
| YUV | 116.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 3 | 0 | 0.33 | 0.98 | 0.34 | 40 | 0.96 | 0.34 |
| Hex | A8 | 71 | 3 | 0 | 21 | 62 | 22 | 28 | 60 | 22 |
| Octal | 250 | 161 | 3 | 0 | 41 | 142 | 42 | 50 | 140 | 42 |
| Binary | 10101000 | 1110001 | 11 | 0 | 100001 | 1100010 | 100010 | 101000 | 1100000 | 100010 |
Color Harmonies of #A87103
Complementary color
Monochromatic Colors of #A87103
Black with #A87103
Text Example
Text Example
White with #A87103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87103; }
p { color: rgb(168,113,3); }
H1.HeaderClassName
{
color: #A87103;
}
.AnyTagClassName
{
color: #A87103;
}
</style>
background-color css
<style>
a { background-color: #A87103; }
a { background-color: rgb(168,113,3); }
div.DivClassName
{
background-color: #A87103;
}
.BgClassName
{
background-color: #A87103;
}
</style>
border-color css
<style>
span { border-color: #A87103; }
span { border-color: rgb(168,113,3); }
td.TdClassName
{
border-color: #A87103;
}
.TagClassName
{
border-color: #A87103;
}
</style>