Shades of Husk #AEA256
Tints of Husk #AEA256
RGB
CMYK
RGB Variations
Color information
#AEA256 (or 0xAEA256) is known color: Husk. HEX triplet: AE, A2 and 56. RGB value is (174,162,86). Sum of RGB (Red+Green+Blue) = 174+162+86=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA256 is #515DA9. Grayscale: #9D9D9D. Windows color (decimal): -5332394 or 5677742. OLE color: 5677742.
HSL color Cylindrical-coordinate representation of color #AEA256: hue angle of 51.82º 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 #AEA256 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 86 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.32 |
| HSL | 51.82º | 0.35% | 0.51% | - |
| HSV(B) | 51.82º | 0.51% | 0.68% | - |
| XYZ | 32.06 | 35.51 | 13.97 | - |
| YUV | 156.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 86 | 0 | 0.07 | 0.51 | 0.32 | 51.82 | 0.35 | 0.51 |
| Hex | AE | A2 | 56 | 0 | 7 | 33 | 20 | 34 | 23 | 33 |
| Octal | 256 | 242 | 126 | 0 | 7 | 63 | 40 | 64 | 43 | 63 |
| Binary | 10101110 | 10100010 | 1010110 | 0 | 111 | 110011 | 100000 | 110100 | 100011 | 110011 |
Color Harmonies of #AEA256
Complementary color
Monochromatic Colors of #AEA256
Black with #AEA256
Text Example
Text Example
White with #AEA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA256; }
p { color: rgb(174,162,86); }
H1.HeaderClassName
{
color: #AEA256;
}
.AnyTagClassName
{
color: #AEA256;
}
</style>
background-color css
<style>
a { background-color: #AEA256; }
a { background-color: rgb(174,162,86); }
div.DivClassName
{
background-color: #AEA256;
}
.BgClassName
{
background-color: #AEA256;
}
</style>
border-color css
<style>
span { border-color: #AEA256; }
span { border-color: rgb(174,162,86); }
td.TdClassName
{
border-color: #AEA256;
}
.TagClassName
{
border-color: #AEA256;
}
</style>