Shades of Husk #A6985C
Tints of Husk #A6985C
RGB
CMYK
RGB Variations
Color information
#A6985C (or 0xA6985C) is known color: Husk. HEX triplet: A6, 98 and 5C. RGB value is (166,152,92). Sum of RGB (Red+Green+Blue) = 166+152+92=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6985C is #5967A3. Grayscale: #959595. Windows color (decimal): -5859236 or 6068390. OLE color: 6068390.
HSL color Cylindrical-coordinate representation of color #A6985C: hue angle of 48.65º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6985C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 92 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.35 |
| HSL | 48.65º | 0.29% | 0.51% | - |
| HSV(B) | 48.65º | 0.45% | 0.65% | - |
| XYZ | 28.89 | 31.34 | 14.65 | - |
| YUV | 149.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 92 | 0 | 0.08 | 0.45 | 0.35 | 48.65 | 0.29 | 0.51 |
| Hex | A6 | 98 | 5C | 0 | 8 | 2D | 23 | 31 | 1D | 33 |
| Octal | 246 | 230 | 134 | 0 | 10 | 55 | 43 | 61 | 35 | 63 |
| Binary | 10100110 | 10011000 | 1011100 | 0 | 1000 | 101101 | 100011 | 110001 | 11101 | 110011 |
Color Harmonies of #A6985C
Complementary color
Monochromatic Colors of #A6985C
Black with #A6985C
Text Example
Text Example
White with #A6985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6985C; }
p { color: rgb(166,152,92); }
H1.HeaderClassName
{
color: #A6985C;
}
.AnyTagClassName
{
color: #A6985C;
}
</style>
background-color css
<style>
a { background-color: #A6985C; }
a { background-color: rgb(166,152,92); }
div.DivClassName
{
background-color: #A6985C;
}
.BgClassName
{
background-color: #A6985C;
}
</style>
border-color css
<style>
span { border-color: #A6985C; }
span { border-color: rgb(166,152,92); }
td.TdClassName
{
border-color: #A6985C;
}
.TagClassName
{
border-color: #A6985C;
}
</style>