Shades of Golden Brown #A86403
Tints of Golden Brown #A86403
RGB
CMYK
RGB Variations
Color information
#A86403 (or 0xA86403) is known color: Golden Brown. HEX triplet: A8, 64 and 03. RGB value is (168,100,3). Sum of RGB (Red+Green+Blue) = 168+100+3=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A86403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86403 is #579BFC. Grayscale: #6D6D6D. Windows color (decimal): -5741565 or 222376. OLE color: 222376.
HSL color Cylindrical-coordinate representation of color #A86403: hue angle of 35.27º 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 #A86403 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.34 |
| HSL | 35.27º | 0.96% | 0.34% | - |
| HSV(B) | 35.27º | 0.98% | 0.66% | - |
| XYZ | 20.72 | 17.45 | 2.36 | - |
| YUV | 109.27 | 68.03 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 3 | 0 | 0.40 | 0.98 | 0.34 | 35.27 | 0.96 | 0.34 |
| Hex | A8 | 64 | 3 | 0 | 28 | 62 | 22 | 23 | 60 | 22 |
| Octal | 250 | 144 | 3 | 0 | 50 | 142 | 42 | 43 | 140 | 42 |
| Binary | 10101000 | 1100100 | 11 | 0 | 101000 | 1100010 | 100010 | 100011 | 1100000 | 100010 |
Color Harmonies of #A86403
Complementary color
Monochromatic Colors of #A86403
Black with #A86403
Text Example
Text Example
White with #A86403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86403; }
p { color: rgb(168,100,3); }
H1.HeaderClassName
{
color: #A86403;
}
.AnyTagClassName
{
color: #A86403;
}
</style>
background-color css
<style>
a { background-color: #A86403; }
a { background-color: rgb(168,100,3); }
div.DivClassName
{
background-color: #A86403;
}
.BgClassName
{
background-color: #A86403;
}
</style>
border-color css
<style>
span { border-color: #A86403; }
span { border-color: rgb(168,100,3); }
td.TdClassName
{
border-color: #A86403;
}
.TagClassName
{
border-color: #A86403;
}
</style>