Shades of Golden Brown #A86603
Tints of Golden Brown #A86603
RGB
CMYK
RGB Variations
Color information
#A86603 (or 0xA86603) is known color: Golden Brown. HEX triplet: A8, 66 and 03. RGB value is (168,102,3). Sum of RGB (Red+Green+Blue) = 168+102+3=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A86603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86603 is #5799FC. Grayscale: #6E6E6E. Windows color (decimal): -5741053 or 222888. OLE color: 222888.
HSL color Cylindrical-coordinate representation of color #A86603: hue angle of 36º 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 #A86603 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.34 |
| HSL | 36º | 0.96% | 0.34% | - |
| HSV(B) | 36º | 0.98% | 0.66% | - |
| XYZ | 20.92 | 17.83 | 2.43 | - |
| YUV | 110.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 3 | 0 | 0.39 | 0.98 | 0.34 | 36 | 0.96 | 0.34 |
| Hex | A8 | 66 | 3 | 0 | 27 | 62 | 22 | 24 | 60 | 22 |
| Octal | 250 | 146 | 3 | 0 | 47 | 142 | 42 | 44 | 140 | 42 |
| Binary | 10101000 | 1100110 | 11 | 0 | 100111 | 1100010 | 100010 | 100100 | 1100000 | 100010 |
Color Harmonies of #A86603
Complementary color
Monochromatic Colors of #A86603
Black with #A86603
Text Example
Text Example
White with #A86603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86603; }
p { color: rgb(168,102,3); }
H1.HeaderClassName
{
color: #A86603;
}
.AnyTagClassName
{
color: #A86603;
}
</style>
background-color css
<style>
a { background-color: #A86603; }
a { background-color: rgb(168,102,3); }
div.DivClassName
{
background-color: #A86603;
}
.BgClassName
{
background-color: #A86603;
}
</style>
border-color css
<style>
span { border-color: #A86603; }
span { border-color: rgb(168,102,3); }
td.TdClassName
{
border-color: #A86603;
}
.TagClassName
{
border-color: #A86603;
}
</style>