Shades of Husk #AEA051
Tints of Husk #AEA051
RGB
CMYK
RGB Variations
Color information
#AEA051 (or 0xAEA051) is known color: Husk. HEX triplet: AE, A0 and 51. RGB value is (174,160,81). Sum of RGB (Red+Green+Blue) = 174+160+81=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA051 is #515FAE. Grayscale: #9B9B9B. Windows color (decimal): -5332911 or 5349550. OLE color: 5349550.
HSL color Cylindrical-coordinate representation of color #AEA051: hue angle of 50.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEA051 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 81 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.32 |
| HSL | 50.97º | 0.36% | 0.5% | - |
| HSV(B) | 50.97º | 0.53% | 0.68% | - |
| XYZ | 31.51 | 34.73 | 12.83 | - |
| YUV | 155.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 81 | 0 | 0.08 | 0.53 | 0.32 | 50.97 | 0.36 | 0.5 |
| Hex | AE | A0 | 51 | 0 | 8 | 35 | 20 | 33 | 24 | 32 |
| Octal | 256 | 240 | 121 | 0 | 10 | 65 | 40 | 63 | 44 | 62 |
| Binary | 10101110 | 10100000 | 1010001 | 0 | 1000 | 110101 | 100000 | 110011 | 100100 | 110010 |
Color Harmonies of #AEA051
Complementary color
Monochromatic Colors of #AEA051
Black with #AEA051
Text Example
Text Example
White with #AEA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA051; }
p { color: rgb(174,160,81); }
H1.HeaderClassName
{
color: #AEA051;
}
.AnyTagClassName
{
color: #AEA051;
}
</style>
background-color css
<style>
a { background-color: #AEA051; }
a { background-color: rgb(174,160,81); }
div.DivClassName
{
background-color: #AEA051;
}
.BgClassName
{
background-color: #AEA051;
}
</style>
border-color css
<style>
span { border-color: #AEA051; }
span { border-color: rgb(174,160,81); }
td.TdClassName
{
border-color: #AEA051;
}
.TagClassName
{
border-color: #AEA051;
}
</style>