Shades of Golden Brown #A65711
Tints of Golden Brown #A65711
RGB
CMYK
RGB Variations
Color information
#A65711 (or 0xA65711) is known color: Golden Brown. HEX triplet: A6, 57 and 11. RGB value is (166,87,17). Sum of RGB (Red+Green+Blue) = 166+87+17=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A65711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65711 is #59A8EE. Grayscale: #676767. Windows color (decimal): -5875951 or 1136550. OLE color: 1136550.
HSL color Cylindrical-coordinate representation of color #A65711: hue angle of 28.19º degrees, saturation: 0.81, 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 #A65711 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 17 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.35 |
| HSL | 28.19º | 0.81% | 0.36% | - |
| HSV(B) | 28.19º | 0.9% | 0.65% | - |
| XYZ | 19.24 | 14.96 | 2.4 | - |
| YUV | 102.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 17 | 0 | 0.48 | 0.90 | 0.35 | 28.19 | 0.81 | 0.36 |
| Hex | A6 | 57 | 11 | 0 | 30 | 5A | 23 | 1C | 51 | 24 |
| Octal | 246 | 127 | 21 | 0 | 60 | 132 | 43 | 34 | 121 | 44 |
| Binary | 10100110 | 1010111 | 10001 | 0 | 110000 | 1011010 | 100011 | 11100 | 1010001 | 100100 |
Color Harmonies of #A65711
Complementary color
Monochromatic Colors of #A65711
Black with #A65711
Text Example
Text Example
White with #A65711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65711; }
p { color: rgb(166,87,17); }
H1.HeaderClassName
{
color: #A65711;
}
.AnyTagClassName
{
color: #A65711;
}
</style>
background-color css
<style>
a { background-color: #A65711; }
a { background-color: rgb(166,87,17); }
div.DivClassName
{
background-color: #A65711;
}
.BgClassName
{
background-color: #A65711;
}
</style>
border-color css
<style>
span { border-color: #A65711; }
span { border-color: rgb(166,87,17); }
td.TdClassName
{
border-color: #A65711;
}
.TagClassName
{
border-color: #A65711;
}
</style>