Shades of Husk #AEA156
Tints of Husk #AEA156
RGB
CMYK
RGB Variations
Color information
#AEA156 (or 0xAEA156) is known color: Husk. HEX triplet: AE, A1 and 56. RGB value is (174,161,86). Sum of RGB (Red+Green+Blue) = 174+161+86=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA156 is #515EA9. Grayscale: #9C9C9C. Windows color (decimal): -5332650 or 5677486. OLE color: 5677486.
HSL color Cylindrical-coordinate representation of color #AEA156: hue angle of 51.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEA156 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 86 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.32 |
| HSL | 51.14º | 0.35% | 0.51% | - |
| HSV(B) | 51.14º | 0.51% | 0.68% | - |
| XYZ | 31.88 | 35.16 | 13.91 | - |
| YUV | 156.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 86 | 0 | 0.07 | 0.51 | 0.32 | 51.14 | 0.35 | 0.51 |
| Hex | AE | A1 | 56 | 0 | 7 | 33 | 20 | 33 | 23 | 33 |
| Octal | 256 | 241 | 126 | 0 | 7 | 63 | 40 | 63 | 43 | 63 |
| Binary | 10101110 | 10100001 | 1010110 | 0 | 111 | 110011 | 100000 | 110011 | 100011 | 110011 |
Color Harmonies of #AEA156
Complementary color
Monochromatic Colors of #AEA156
Black with #AEA156
Text Example
Text Example
White with #AEA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA156; }
p { color: rgb(174,161,86); }
H1.HeaderClassName
{
color: #AEA156;
}
.AnyTagClassName
{
color: #AEA156;
}
</style>
background-color css
<style>
a { background-color: #AEA156; }
a { background-color: rgb(174,161,86); }
div.DivClassName
{
background-color: #AEA156;
}
.BgClassName
{
background-color: #AEA156;
}
</style>
border-color css
<style>
span { border-color: #AEA156; }
span { border-color: rgb(174,161,86); }
td.TdClassName
{
border-color: #AEA156;
}
.TagClassName
{
border-color: #AEA156;
}
</style>