Shades of Golden Brown #A65610
Tints of Golden Brown #A65610
RGB
CMYK
RGB Variations
Color information
#A65610 (or 0xA65610) is known color: Golden Brown. HEX triplet: A6, 56 and 10. RGB value is (166,86,16). Sum of RGB (Red+Green+Blue) = 166+86+16=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A65610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65610 is #59A9EF. Grayscale: #666666. Windows color (decimal): -5876208 or 1070758. OLE color: 1070758.
HSL color Cylindrical-coordinate representation of color #A65610: hue angle of 28º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A65610 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 16 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.35 |
| HSL | 28º | 0.82% | 0.36% | - |
| HSV(B) | 28º | 0.9% | 0.65% | - |
| XYZ | 19.15 | 14.8 | 2.34 | - |
| YUV | 101.94 | 79.5 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 16 | 0 | 0.48 | 0.90 | 0.35 | 28 | 0.82 | 0.36 |
| Hex | A6 | 56 | 10 | 0 | 30 | 5A | 23 | 1C | 52 | 24 |
| Octal | 246 | 126 | 20 | 0 | 60 | 132 | 43 | 34 | 122 | 44 |
| Binary | 10100110 | 1010110 | 10000 | 0 | 110000 | 1011010 | 100011 | 11100 | 1010010 | 100100 |
Color Harmonies of #A65610
Complementary color
Monochromatic Colors of #A65610
Black with #A65610
Text Example
Text Example
White with #A65610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65610; }
p { color: rgb(166,86,16); }
H1.HeaderClassName
{
color: #A65610;
}
.AnyTagClassName
{
color: #A65610;
}
</style>
background-color css
<style>
a { background-color: #A65610; }
a { background-color: rgb(166,86,16); }
div.DivClassName
{
background-color: #A65610;
}
.BgClassName
{
background-color: #A65610;
}
</style>
border-color css
<style>
span { border-color: #A65610; }
span { border-color: rgb(166,86,16); }
td.TdClassName
{
border-color: #A65610;
}
.TagClassName
{
border-color: #A65610;
}
</style>