Shades of Husk #A9984D
Tints of Husk #A9984D
RGB
CMYK
RGB Variations
Color information
#A9984D (or 0xA9984D) is known color: Husk. HEX triplet: A9, 98 and 4D. RGB value is (169,152,77). Sum of RGB (Red+Green+Blue) = 169+152+77=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9984D is #5667B2. Grayscale: #949494. Windows color (decimal): -5662643 or 5085353. OLE color: 5085353.
HSL color Cylindrical-coordinate representation of color #A9984D: hue angle of 48.91º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9984D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 77 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.34 |
| HSL | 48.91º | 0.37% | 0.48% | - |
| HSV(B) | 48.91º | 0.54% | 0.66% | - |
| XYZ | 28.93 | 31.43 | 11.56 | - |
| YUV | 148.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 77 | 0 | 0.10 | 0.54 | 0.34 | 48.91 | 0.37 | 0.48 |
| Hex | A9 | 98 | 4D | 0 | A | 36 | 22 | 31 | 25 | 30 |
| Octal | 251 | 230 | 115 | 0 | 12 | 66 | 42 | 61 | 45 | 60 |
| Binary | 10101001 | 10011000 | 1001101 | 0 | 1010 | 110110 | 100010 | 110001 | 100101 | 110000 |
Color Harmonies of #A9984D
Complementary color
Monochromatic Colors of #A9984D
Black with #A9984D
Text Example
Text Example
White with #A9984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9984D; }
p { color: rgb(169,152,77); }
H1.HeaderClassName
{
color: #A9984D;
}
.AnyTagClassName
{
color: #A9984D;
}
</style>
background-color css
<style>
a { background-color: #A9984D; }
a { background-color: rgb(169,152,77); }
div.DivClassName
{
background-color: #A9984D;
}
.BgClassName
{
background-color: #A9984D;
}
</style>
border-color css
<style>
span { border-color: #A9984D; }
span { border-color: rgb(169,152,77); }
td.TdClassName
{
border-color: #A9984D;
}
.TagClassName
{
border-color: #A9984D;
}
</style>