Shades of Golden Brown #A86610
Tints of Golden Brown #A86610
RGB
CMYK
RGB Variations
Color information
#A86610 (or 0xA86610) is known color: Golden Brown. HEX triplet: A8, 66 and 10. RGB value is (168,102,16). Sum of RGB (Red+Green+Blue) = 168+102+16=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A86610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86610 is #5799EF. Grayscale: #707070. Windows color (decimal): -5741040 or 1074856. OLE color: 1074856.
HSL color Cylindrical-coordinate representation of color #A86610: hue angle of 33.95º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A86610 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 16 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.34 |
| HSL | 33.95º | 0.83% | 0.36% | - |
| HSV(B) | 33.95º | 0.9% | 0.66% | - |
| XYZ | 20.99 | 17.86 | 2.83 | - |
| YUV | 111.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 16 | 0 | 0.39 | 0.90 | 0.34 | 33.95 | 0.83 | 0.36 |
| Hex | A8 | 66 | 10 | 0 | 27 | 5A | 22 | 22 | 53 | 24 |
| Octal | 250 | 146 | 20 | 0 | 47 | 132 | 42 | 42 | 123 | 44 |
| Binary | 10101000 | 1100110 | 10000 | 0 | 100111 | 1011010 | 100010 | 100010 | 1010011 | 100100 |
Color Harmonies of #A86610
Complementary color
Monochromatic Colors of #A86610
Black with #A86610
Text Example
Text Example
White with #A86610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86610; }
p { color: rgb(168,102,16); }
H1.HeaderClassName
{
color: #A86610;
}
.AnyTagClassName
{
color: #A86610;
}
</style>
background-color css
<style>
a { background-color: #A86610; }
a { background-color: rgb(168,102,16); }
div.DivClassName
{
background-color: #A86610;
}
.BgClassName
{
background-color: #A86610;
}
</style>
border-color css
<style>
span { border-color: #A86610; }
span { border-color: rgb(168,102,16); }
td.TdClassName
{
border-color: #A86610;
}
.TagClassName
{
border-color: #A86610;
}
</style>