Shades of Husk #AEA059
Tints of Husk #AEA059
RGB
CMYK
RGB Variations
Color information
#AEA059 (or 0xAEA059) is known color: Husk. HEX triplet: AE, A0 and 59. RGB value is (174,160,89). Sum of RGB (Red+Green+Blue) = 174+160+89=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA059 is #515FA6. Grayscale: #9C9C9C. Windows color (decimal): -5332903 or 5873838. OLE color: 5873838.
HSL color Cylindrical-coordinate representation of color #AEA059: hue angle of 50.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEA059 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 89 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.32 |
| HSL | 50.12º | 0.34% | 0.52% | - |
| HSV(B) | 50.12º | 0.49% | 0.68% | - |
| XYZ | 31.83 | 34.86 | 14.5 | - |
| YUV | 156.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 89 | 0 | 0.08 | 0.49 | 0.32 | 50.12 | 0.34 | 0.52 |
| Hex | AE | A0 | 59 | 0 | 8 | 31 | 20 | 32 | 22 | 34 |
| Octal | 256 | 240 | 131 | 0 | 10 | 61 | 40 | 62 | 42 | 64 |
| Binary | 10101110 | 10100000 | 1011001 | 0 | 1000 | 110001 | 100000 | 110010 | 100010 | 110100 |
Color Harmonies of #AEA059
Complementary color
Monochromatic Colors of #AEA059
Black with #AEA059
Text Example
Text Example
White with #AEA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA059; }
p { color: rgb(174,160,89); }
H1.HeaderClassName
{
color: #AEA059;
}
.AnyTagClassName
{
color: #AEA059;
}
</style>
background-color css
<style>
a { background-color: #AEA059; }
a { background-color: rgb(174,160,89); }
div.DivClassName
{
background-color: #AEA059;
}
.BgClassName
{
background-color: #AEA059;
}
</style>
border-color css
<style>
span { border-color: #AEA059; }
span { border-color: rgb(174,160,89); }
td.TdClassName
{
border-color: #AEA059;
}
.TagClassName
{
border-color: #AEA059;
}
</style>