Shades of Husk #AEA257
Tints of Husk #AEA257
RGB
CMYK
RGB Variations
Color information
#AEA257 (or 0xAEA257) is known color: Husk. HEX triplet: AE, A2 and 57. RGB value is (174,162,87). Sum of RGB (Red+Green+Blue) = 174+162+87=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA257 is #515DA8. Grayscale: #9D9D9D. Windows color (decimal): -5332393 or 5743278. OLE color: 5743278.
HSL color Cylindrical-coordinate representation of color #AEA257: hue angle of 51.72º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEA257 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 162 | 87 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.32 |
| HSL | 51.72º | 0.35% | 0.51% | - |
| HSV(B) | 51.72º | 0.5% | 0.68% | - |
| XYZ | 32.1 | 35.53 | 14.18 | - |
| YUV | 157.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 162 | 87 | 0 | 0.07 | 0.5 | 0.32 | 51.72 | 0.35 | 0.51 |
| Hex | AE | A2 | 57 | 0 | 7 | 32 | 20 | 34 | 23 | 33 |
| Octal | 256 | 242 | 127 | 0 | 7 | 62 | 40 | 64 | 43 | 63 |
| Binary | 10101110 | 10100010 | 1010111 | 0 | 111 | 110010 | 100000 | 110100 | 100011 | 110011 |
Color Harmonies of #AEA257
Complementary color
Monochromatic Colors of #AEA257
Black with #AEA257
Text Example
Text Example
White with #AEA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA257; }
p { color: rgb(174,162,87); }
H1.HeaderClassName
{
color: #AEA257;
}
.AnyTagClassName
{
color: #AEA257;
}
</style>
background-color css
<style>
a { background-color: #AEA257; }
a { background-color: rgb(174,162,87); }
div.DivClassName
{
background-color: #AEA257;
}
.BgClassName
{
background-color: #AEA257;
}
</style>
border-color css
<style>
span { border-color: #AEA257; }
span { border-color: rgb(174,162,87); }
td.TdClassName
{
border-color: #AEA257;
}
.TagClassName
{
border-color: #AEA257;
}
</style>