Shades of Husk #A69A57
Tints of Husk #A69A57
RGB
CMYK
RGB Variations
Color information
#A69A57 (or 0xA69A57) is known color: Husk. HEX triplet: A6, 9A and 57. RGB value is (166,154,87). Sum of RGB (Red+Green+Blue) = 166+154+87=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A57 is #5965A8. Grayscale: #969696. Windows color (decimal): -5858729 or 5741222. OLE color: 5741222.
HSL color Cylindrical-coordinate representation of color #A69A57: hue angle of 50.89º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A69A57 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 87 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.35 |
| HSL | 50.89º | 0.31% | 0.5% | - |
| HSV(B) | 50.89º | 0.48% | 0.65% | - |
| XYZ | 29 | 31.91 | 13.65 | - |
| YUV | 149.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 87 | 0 | 0.07 | 0.48 | 0.35 | 50.89 | 0.31 | 0.5 |
| Hex | A6 | 9A | 57 | 0 | 7 | 30 | 23 | 33 | 1F | 32 |
| Octal | 246 | 232 | 127 | 0 | 7 | 60 | 43 | 63 | 37 | 62 |
| Binary | 10100110 | 10011010 | 1010111 | 0 | 111 | 110000 | 100011 | 110011 | 11111 | 110010 |
Color Harmonies of #A69A57
Complementary color
Monochromatic Colors of #A69A57
Black with #A69A57
Text Example
Text Example
White with #A69A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A57; }
p { color: rgb(166,154,87); }
H1.HeaderClassName
{
color: #A69A57;
}
.AnyTagClassName
{
color: #A69A57;
}
</style>
background-color css
<style>
a { background-color: #A69A57; }
a { background-color: rgb(166,154,87); }
div.DivClassName
{
background-color: #A69A57;
}
.BgClassName
{
background-color: #A69A57;
}
</style>
border-color css
<style>
span { border-color: #A69A57; }
span { border-color: rgb(166,154,87); }
td.TdClassName
{
border-color: #A69A57;
}
.TagClassName
{
border-color: #A69A57;
}
</style>