Shades of Husk #A69855
Tints of Husk #A69855
RGB
CMYK
RGB Variations
Color information
#A69855 (or 0xA69855) is known color: Husk. HEX triplet: A6, 98 and 55. RGB value is (166,152,85). Sum of RGB (Red+Green+Blue) = 166+152+85=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A69855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69855 is #5967AA. Grayscale: #949494. Windows color (decimal): -5859243 or 5609638. OLE color: 5609638.
HSL color Cylindrical-coordinate representation of color #A69855: hue angle of 49.63º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A69855 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 85 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.35 |
| HSL | 49.63º | 0.32% | 0.49% | - |
| HSV(B) | 49.63º | 0.49% | 0.65% | - |
| XYZ | 28.59 | 31.22 | 13.11 | - |
| YUV | 148.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 85 | 0 | 0.08 | 0.49 | 0.35 | 49.63 | 0.32 | 0.49 |
| Hex | A6 | 98 | 55 | 0 | 8 | 31 | 23 | 32 | 20 | 31 |
| Octal | 246 | 230 | 125 | 0 | 10 | 61 | 43 | 62 | 40 | 61 |
| Binary | 10100110 | 10011000 | 1010101 | 0 | 1000 | 110001 | 100011 | 110010 | 100000 | 110001 |
Color Harmonies of #A69855
Complementary color
Monochromatic Colors of #A69855
Black with #A69855
Text Example
Text Example
White with #A69855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69855; }
p { color: rgb(166,152,85); }
H1.HeaderClassName
{
color: #A69855;
}
.AnyTagClassName
{
color: #A69855;
}
</style>
background-color css
<style>
a { background-color: #A69855; }
a { background-color: rgb(166,152,85); }
div.DivClassName
{
background-color: #A69855;
}
.BgClassName
{
background-color: #A69855;
}
</style>
border-color css
<style>
span { border-color: #A69855; }
span { border-color: rgb(166,152,85); }
td.TdClassName
{
border-color: #A69855;
}
.TagClassName
{
border-color: #A69855;
}
</style>