Shades of Husk #A69C59
Tints of Husk #A69C59
RGB
CMYK
RGB Variations
Color information
#A69C59 (or 0xA69C59) is known color: Husk. HEX triplet: A6, 9C and 59. RGB value is (166,156,89). Sum of RGB (Red+Green+Blue) = 166+156+89=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C59 is #5963A6. Grayscale: #979797. Windows color (decimal): -5858215 or 5872806. OLE color: 5872806.
HSL color Cylindrical-coordinate representation of color #A69C59: hue angle of 52.21º 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 #A69C59 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 89 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.35 |
| HSL | 52.21º | 0.3% | 0.5% | - |
| HSV(B) | 52.21º | 0.46% | 0.65% | - |
| XYZ | 29.42 | 32.61 | 14.19 | - |
| YUV | 151.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 89 | 0 | 0.06 | 0.46 | 0.35 | 52.21 | 0.3 | 0.5 |
| Hex | A6 | 9C | 59 | 0 | 6 | 2E | 23 | 34 | 1E | 32 |
| Octal | 246 | 234 | 131 | 0 | 6 | 56 | 43 | 64 | 36 | 62 |
| Binary | 10100110 | 10011100 | 1011001 | 0 | 110 | 101110 | 100011 | 110100 | 11110 | 110010 |
Color Harmonies of #A69C59
Complementary color
Monochromatic Colors of #A69C59
Black with #A69C59
Text Example
Text Example
White with #A69C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C59; }
p { color: rgb(166,156,89); }
H1.HeaderClassName
{
color: #A69C59;
}
.AnyTagClassName
{
color: #A69C59;
}
</style>
background-color css
<style>
a { background-color: #A69C59; }
a { background-color: rgb(166,156,89); }
div.DivClassName
{
background-color: #A69C59;
}
.BgClassName
{
background-color: #A69C59;
}
</style>
border-color css
<style>
span { border-color: #A69C59; }
span { border-color: rgb(166,156,89); }
td.TdClassName
{
border-color: #A69C59;
}
.TagClassName
{
border-color: #A69C59;
}
</style>