Shades of Husk #A6985B
Tints of Husk #A6985B
RGB
CMYK
RGB Variations
Color information
#A6985B (or 0xA6985B) is known color: Husk. HEX triplet: A6, 98 and 5B. RGB value is (166,152,91). Sum of RGB (Red+Green+Blue) = 166+152+91=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6985B is #5967A4. Grayscale: #959595. Windows color (decimal): -5859237 or 6002854. OLE color: 6002854.
HSL color Cylindrical-coordinate representation of color #A6985B: hue angle of 48.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6985B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 91 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.35 |
| HSL | 48.8º | 0.3% | 0.5% | - |
| HSV(B) | 48.8º | 0.45% | 0.65% | - |
| XYZ | 28.84 | 31.32 | 14.42 | - |
| YUV | 149.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 91 | 0 | 0.08 | 0.45 | 0.35 | 48.8 | 0.3 | 0.5 |
| Hex | A6 | 98 | 5B | 0 | 8 | 2D | 23 | 31 | 1E | 32 |
| Octal | 246 | 230 | 133 | 0 | 10 | 55 | 43 | 61 | 36 | 62 |
| Binary | 10100110 | 10011000 | 1011011 | 0 | 1000 | 101101 | 100011 | 110001 | 11110 | 110010 |
Color Harmonies of #A6985B
Complementary color
Monochromatic Colors of #A6985B
Black with #A6985B
Text Example
Text Example
White with #A6985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6985B; }
p { color: rgb(166,152,91); }
H1.HeaderClassName
{
color: #A6985B;
}
.AnyTagClassName
{
color: #A6985B;
}
</style>
background-color css
<style>
a { background-color: #A6985B; }
a { background-color: rgb(166,152,91); }
div.DivClassName
{
background-color: #A6985B;
}
.BgClassName
{
background-color: #A6985B;
}
</style>
border-color css
<style>
span { border-color: #A6985B; }
span { border-color: rgb(166,152,91); }
td.TdClassName
{
border-color: #A6985B;
}
.TagClassName
{
border-color: #A6985B;
}
</style>