Shades of Husk #A6994B
Tints of Husk #A6994B
RGB
CMYK
RGB Variations
Color information
#A6994B (or 0xA6994B) is known color: Husk. HEX triplet: A6, 99 and 4B. RGB value is (166,153,75). Sum of RGB (Red+Green+Blue) = 166+153+75=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6994B is #5966B4. Grayscale: #949494. Windows color (decimal): -5858997 or 4954534. OLE color: 4954534.
HSL color Cylindrical-coordinate representation of color #A6994B: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6994B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 75 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.35 |
| HSL | 51.43º | 0.38% | 0.47% | - |
| HSV(B) | 51.43º | 0.55% | 0.65% | - |
| XYZ | 28.39 | 31.4 | 11.22 | - |
| YUV | 148 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 75 | 0 | 0.08 | 0.55 | 0.35 | 51.43 | 0.38 | 0.47 |
| Hex | A6 | 99 | 4B | 0 | 8 | 37 | 23 | 33 | 26 | 2F |
| Octal | 246 | 231 | 113 | 0 | 10 | 67 | 43 | 63 | 46 | 57 |
| Binary | 10100110 | 10011001 | 1001011 | 0 | 1000 | 110111 | 100011 | 110011 | 100110 | 101111 |
Color Harmonies of #A6994B
Complementary color
Monochromatic Colors of #A6994B
Black with #A6994B
Text Example
Text Example
White with #A6994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6994B; }
p { color: rgb(166,153,75); }
H1.HeaderClassName
{
color: #A6994B;
}
.AnyTagClassName
{
color: #A6994B;
}
</style>
background-color css
<style>
a { background-color: #A6994B; }
a { background-color: rgb(166,153,75); }
div.DivClassName
{
background-color: #A6994B;
}
.BgClassName
{
background-color: #A6994B;
}
</style>
border-color css
<style>
span { border-color: #A6994B; }
span { border-color: rgb(166,153,75); }
td.TdClassName
{
border-color: #A6994B;
}
.TagClassName
{
border-color: #A6994B;
}
</style>