Shades of Husk #AA994B
Tints of Husk #AA994B
RGB
CMYK
RGB Variations
Color information
#AA994B (or 0xAA994B) is known color: Husk. HEX triplet: AA, 99 and 4B. RGB value is (170,153,75). Sum of RGB (Red+Green+Blue) = 170+153+75=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA994B is #5566B4. Grayscale: #959595. Windows color (decimal): -5596853 or 4954538. OLE color: 4954538.
HSL color Cylindrical-coordinate representation of color #AA994B: hue angle of 49.26º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA994B is Cyan = 0, Magento = 0.1, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 75 | - |
| CMYK | 0 | 0.1 | 0.56 | 0.33 |
| HSL | 49.26º | 0.39% | 0.48% | - |
| HSV(B) | 49.26º | 0.56% | 0.67% | - |
| XYZ | 29.24 | 31.84 | 11.26 | - |
| YUV | 149.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 75 | 0 | 0.1 | 0.56 | 0.33 | 49.26 | 0.39 | 0.48 |
| Hex | AA | 99 | 4B | 0 | A | 38 | 21 | 31 | 27 | 30 |
| Octal | 252 | 231 | 113 | 0 | 12 | 70 | 41 | 61 | 47 | 60 |
| Binary | 10101010 | 10011001 | 1001011 | 0 | 1010 | 111000 | 100001 | 110001 | 100111 | 110000 |
Color Harmonies of #AA994B
Complementary color
Monochromatic Colors of #AA994B
Black with #AA994B
Text Example
Text Example
White with #AA994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA994B; }
p { color: rgb(170,153,75); }
H1.HeaderClassName
{
color: #AA994B;
}
.AnyTagClassName
{
color: #AA994B;
}
</style>
background-color css
<style>
a { background-color: #AA994B; }
a { background-color: rgb(170,153,75); }
div.DivClassName
{
background-color: #AA994B;
}
.BgClassName
{
background-color: #AA994B;
}
</style>
border-color css
<style>
span { border-color: #AA994B; }
span { border-color: rgb(170,153,75); }
td.TdClassName
{
border-color: #AA994B;
}
.TagClassName
{
border-color: #AA994B;
}
</style>