Shades of Golden Brown #A65706
Tints of Golden Brown #A65706
RGB
CMYK
RGB Variations
Color information
#A65706 (or 0xA65706) is known color: Golden Brown. HEX triplet: A6, 57 and 06. RGB value is (166,87,6). Sum of RGB (Red+Green+Blue) = 166+87+6=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A65706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65706 is #59A8F9. Grayscale: #656565. Windows color (decimal): -5875962 or 415654. OLE color: 415654.
HSL color Cylindrical-coordinate representation of color #A65706: hue angle of 30.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A65706 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 6 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.35 |
| HSL | 30.38º | 0.93% | 0.34% | - |
| HSV(B) | 30.38º | 0.96% | 0.65% | - |
| XYZ | 19.17 | 14.94 | 2.05 | - |
| YUV | 101.39 | 74.17 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 6 | 0 | 0.48 | 0.96 | 0.35 | 30.38 | 0.93 | 0.34 |
| Hex | A6 | 57 | 6 | 0 | 30 | 60 | 23 | 1E | 5D | 22 |
| Octal | 246 | 127 | 6 | 0 | 60 | 140 | 43 | 36 | 135 | 42 |
| Binary | 10100110 | 1010111 | 110 | 0 | 110000 | 1100000 | 100011 | 11110 | 1011101 | 100010 |
Color Harmonies of #A65706
Complementary color
Monochromatic Colors of #A65706
Black with #A65706
Text Example
Text Example
White with #A65706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65706; }
p { color: rgb(166,87,6); }
H1.HeaderClassName
{
color: #A65706;
}
.AnyTagClassName
{
color: #A65706;
}
</style>
background-color css
<style>
a { background-color: #A65706; }
a { background-color: rgb(166,87,6); }
div.DivClassName
{
background-color: #A65706;
}
.BgClassName
{
background-color: #A65706;
}
</style>
border-color css
<style>
span { border-color: #A65706; }
span { border-color: rgb(166,87,6); }
td.TdClassName
{
border-color: #A65706;
}
.TagClassName
{
border-color: #A65706;
}
</style>