Shades of Husk #A6954D
Tints of Husk #A6954D
RGB
CMYK
RGB Variations
Color information
#A6954D (or 0xA6954D) is known color: Husk. HEX triplet: A6, 95 and 4D. RGB value is (166,149,77). Sum of RGB (Red+Green+Blue) = 166+149+77=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6954D is #596AB2. Grayscale: #929292. Windows color (decimal): -5860019 or 5084582. OLE color: 5084582.
HSL color Cylindrical-coordinate representation of color #A6954D: hue angle of 48.54º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6954D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 77 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.35 |
| HSL | 48.54º | 0.37% | 0.48% | - |
| HSV(B) | 48.54º | 0.54% | 0.65% | - |
| XYZ | 27.81 | 30.14 | 11.37 | - |
| YUV | 145.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 77 | 0 | 0.10 | 0.54 | 0.35 | 48.54 | 0.37 | 0.48 |
| Hex | A6 | 95 | 4D | 0 | A | 36 | 23 | 31 | 25 | 30 |
| Octal | 246 | 225 | 115 | 0 | 12 | 66 | 43 | 61 | 45 | 60 |
| Binary | 10100110 | 10010101 | 1001101 | 0 | 1010 | 110110 | 100011 | 110001 | 100101 | 110000 |
Color Harmonies of #A6954D
Complementary color
Monochromatic Colors of #A6954D
Black with #A6954D
Text Example
Text Example
White with #A6954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6954D; }
p { color: rgb(166,149,77); }
H1.HeaderClassName
{
color: #A6954D;
}
.AnyTagClassName
{
color: #A6954D;
}
</style>
background-color css
<style>
a { background-color: #A6954D; }
a { background-color: rgb(166,149,77); }
div.DivClassName
{
background-color: #A6954D;
}
.BgClassName
{
background-color: #A6954D;
}
</style>
border-color css
<style>
span { border-color: #A6954D; }
span { border-color: rgb(166,149,77); }
td.TdClassName
{
border-color: #A6954D;
}
.TagClassName
{
border-color: #A6954D;
}
</style>