Shades of Husk #AA9C43
Tints of Husk #AA9C43
RGB
CMYK
RGB Variations
Color information
#AA9C43 (or 0xAA9C43) is known color: Husk. HEX triplet: AA, 9C and 43. RGB value is (170,156,67). Sum of RGB (Red+Green+Blue) = 170+156+67=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C43 is #5563BC. Grayscale: #969696. Windows color (decimal): -5596093 or 4431018. OLE color: 4431018.
HSL color Cylindrical-coordinate representation of color #AA9C43: hue angle of 51.84º degrees, saturation: 0.43, 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 #AA9C43 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 67 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.33 |
| HSL | 51.84º | 0.43% | 0.46% | - |
| HSV(B) | 51.84º | 0.61% | 0.67% | - |
| XYZ | 29.48 | 32.73 | 10.07 | - |
| YUV | 150.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 67 | 0 | 0.08 | 0.61 | 0.33 | 51.84 | 0.43 | 0.46 |
| Hex | AA | 9C | 43 | 0 | 8 | 3D | 21 | 34 | 2B | 2E |
| Octal | 252 | 234 | 103 | 0 | 10 | 75 | 41 | 64 | 53 | 56 |
| Binary | 10101010 | 10011100 | 1000011 | 0 | 1000 | 111101 | 100001 | 110100 | 101011 | 101110 |
Color Harmonies of #AA9C43
Complementary color
Monochromatic Colors of #AA9C43
Black with #AA9C43
Text Example
Text Example
White with #AA9C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C43; }
p { color: rgb(170,156,67); }
H1.HeaderClassName
{
color: #AA9C43;
}
.AnyTagClassName
{
color: #AA9C43;
}
</style>
background-color css
<style>
a { background-color: #AA9C43; }
a { background-color: rgb(170,156,67); }
div.DivClassName
{
background-color: #AA9C43;
}
.BgClassName
{
background-color: #AA9C43;
}
</style>
border-color css
<style>
span { border-color: #AA9C43; }
span { border-color: rgb(170,156,67); }
td.TdClassName
{
border-color: #AA9C43;
}
.TagClassName
{
border-color: #AA9C43;
}
</style>