Shades of Husk #A69656
Tints of Husk #A69656
RGB
CMYK
RGB Variations
Color information
#A69656 (or 0xA69656) is known color: Husk. HEX triplet: A6, 96 and 56. RGB value is (166,150,86). Sum of RGB (Red+Green+Blue) = 166+150+86=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A69656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69656 is #5969A9. Grayscale: #939393. Windows color (decimal): -5859754 or 5674662. OLE color: 5674662.
HSL color Cylindrical-coordinate representation of color #A69656: hue angle of 48º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A69656 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 86 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.35 |
| HSL | 48º | 0.32% | 0.49% | - |
| HSV(B) | 48º | 0.48% | 0.65% | - |
| XYZ | 28.31 | 30.59 | 13.22 | - |
| YUV | 147.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 86 | 0 | 0.10 | 0.48 | 0.35 | 48 | 0.32 | 0.49 |
| Hex | A6 | 96 | 56 | 0 | A | 30 | 23 | 30 | 20 | 31 |
| Octal | 246 | 226 | 126 | 0 | 12 | 60 | 43 | 60 | 40 | 61 |
| Binary | 10100110 | 10010110 | 1010110 | 0 | 1010 | 110000 | 100011 | 110000 | 100000 | 110001 |
Color Harmonies of #A69656
Complementary color
Monochromatic Colors of #A69656
Black with #A69656
Text Example
Text Example
White with #A69656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69656; }
p { color: rgb(166,150,86); }
H1.HeaderClassName
{
color: #A69656;
}
.AnyTagClassName
{
color: #A69656;
}
</style>
background-color css
<style>
a { background-color: #A69656; }
a { background-color: rgb(166,150,86); }
div.DivClassName
{
background-color: #A69656;
}
.BgClassName
{
background-color: #A69656;
}
</style>
border-color css
<style>
span { border-color: #A69656; }
span { border-color: rgb(166,150,86); }
td.TdClassName
{
border-color: #A69656;
}
.TagClassName
{
border-color: #A69656;
}
</style>