Shades of Husk #AA9A42
Tints of Husk #AA9A42
RGB
CMYK
RGB Variations
Color information
#AA9A42 (or 0xAA9A42) is known color: Husk. HEX triplet: AA, 9A and 42. RGB value is (170,154,66). Sum of RGB (Red+Green+Blue) = 170+154+66=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A42 is #5565BD. Grayscale: #959595. Windows color (decimal): -5596606 or 4364970. OLE color: 4364970.
HSL color Cylindrical-coordinate representation of color #AA9A42: hue angle of 50.77º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA9A42 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 66 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.33 |
| HSL | 50.77º | 0.44% | 0.46% | - |
| HSV(B) | 50.77º | 0.61% | 0.67% | - |
| XYZ | 29.12 | 32.05 | 9.81 | - |
| YUV | 148.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 66 | 0 | 0.09 | 0.61 | 0.33 | 50.77 | 0.44 | 0.46 |
| Hex | AA | 9A | 42 | 0 | 9 | 3D | 21 | 33 | 2C | 2E |
| Octal | 252 | 232 | 102 | 0 | 11 | 75 | 41 | 63 | 54 | 56 |
| Binary | 10101010 | 10011010 | 1000010 | 0 | 1001 | 111101 | 100001 | 110011 | 101100 | 101110 |
Color Harmonies of #AA9A42
Complementary color
Monochromatic Colors of #AA9A42
Black with #AA9A42
Text Example
Text Example
White with #AA9A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A42; }
p { color: rgb(170,154,66); }
H1.HeaderClassName
{
color: #AA9A42;
}
.AnyTagClassName
{
color: #AA9A42;
}
</style>
background-color css
<style>
a { background-color: #AA9A42; }
a { background-color: rgb(170,154,66); }
div.DivClassName
{
background-color: #AA9A42;
}
.BgClassName
{
background-color: #AA9A42;
}
</style>
border-color css
<style>
span { border-color: #AA9A42; }
span { border-color: rgb(170,154,66); }
td.TdClassName
{
border-color: #AA9A42;
}
.TagClassName
{
border-color: #AA9A42;
}
</style>