Shades of Husk #A69959
Tints of Husk #A69959
RGB
CMYK
RGB Variations
Color information
#A69959 (or 0xA69959) is known color: Husk. HEX triplet: A6, 99 and 59. RGB value is (166,153,89). Sum of RGB (Red+Green+Blue) = 166+153+89=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A69959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69959 is #5966A6. Grayscale: #959595. Windows color (decimal): -5858983 or 5872038. OLE color: 5872038.
HSL color Cylindrical-coordinate representation of color #A69959: hue angle of 49.87º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A69959 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 89 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.35 |
| HSL | 49.87º | 0.3% | 0.5% | - |
| HSV(B) | 49.87º | 0.46% | 0.65% | - |
| XYZ | 28.92 | 31.61 | 14.03 | - |
| YUV | 149.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 89 | 0 | 0.08 | 0.46 | 0.35 | 49.87 | 0.3 | 0.5 |
| Hex | A6 | 99 | 59 | 0 | 8 | 2E | 23 | 32 | 1E | 32 |
| Octal | 246 | 231 | 131 | 0 | 10 | 56 | 43 | 62 | 36 | 62 |
| Binary | 10100110 | 10011001 | 1011001 | 0 | 1000 | 101110 | 100011 | 110010 | 11110 | 110010 |
Color Harmonies of #A69959
Complementary color
Monochromatic Colors of #A69959
Black with #A69959
Text Example
Text Example
White with #A69959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69959; }
p { color: rgb(166,153,89); }
H1.HeaderClassName
{
color: #A69959;
}
.AnyTagClassName
{
color: #A69959;
}
</style>
background-color css
<style>
a { background-color: #A69959; }
a { background-color: rgb(166,153,89); }
div.DivClassName
{
background-color: #A69959;
}
.BgClassName
{
background-color: #A69959;
}
</style>
border-color css
<style>
span { border-color: #A69959; }
span { border-color: rgb(166,153,89); }
td.TdClassName
{
border-color: #A69959;
}
.TagClassName
{
border-color: #A69959;
}
</style>