Shades of Husk #A69F59
Tints of Husk #A69F59
RGB
CMYK
RGB Variations
Color information
#A69F59 (or 0xA69F59) is known color: Husk. HEX triplet: A6, 9F and 59. RGB value is (166,159,89). Sum of RGB (Red+Green+Blue) = 166+159+89=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69F59 is #5960A6. Grayscale: #999999. Windows color (decimal): -5857447 or 5873574. OLE color: 5873574.
HSL color Cylindrical-coordinate representation of color #A69F59: hue angle of 54.55º 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 #A69F59 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 159 | 89 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.35 |
| HSL | 54.55º | 0.3% | 0.5% | - |
| HSV(B) | 54.55º | 0.46% | 0.65% | - |
| XYZ | 29.93 | 33.62 | 14.36 | - |
| YUV | 153.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 89 | 0 | 0.04 | 0.46 | 0.35 | 54.55 | 0.3 | 0.5 |
| Hex | A6 | 9F | 59 | 0 | 4 | 2E | 23 | 37 | 1E | 32 |
| Octal | 246 | 237 | 131 | 0 | 4 | 56 | 43 | 67 | 36 | 62 |
| Binary | 10100110 | 10011111 | 1011001 | 0 | 100 | 101110 | 100011 | 110111 | 11110 | 110010 |
Color Harmonies of #A69F59
Complementary color
Monochromatic Colors of #A69F59
Black with #A69F59
Text Example
Text Example
White with #A69F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69F59; }
p { color: rgb(166,159,89); }
H1.HeaderClassName
{
color: #A69F59;
}
.AnyTagClassName
{
color: #A69F59;
}
</style>
background-color css
<style>
a { background-color: #A69F59; }
a { background-color: rgb(166,159,89); }
div.DivClassName
{
background-color: #A69F59;
}
.BgClassName
{
background-color: #A69F59;
}
</style>
border-color css
<style>
span { border-color: #A69F59; }
span { border-color: rgb(166,159,89); }
td.TdClassName
{
border-color: #A69F59;
}
.TagClassName
{
border-color: #A69F59;
}
</style>