Shades of Husk #AEA04C
Tints of Husk #AEA04C
RGB
CMYK
RGB Variations
Color information
#AEA04C (or 0xAEA04C) is known color: Husk. HEX triplet: AE, A0 and 4C. RGB value is (174,160,76). Sum of RGB (Red+Green+Blue) = 174+160+76=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA04C is #515FB3. Grayscale: #9A9A9A. Windows color (decimal): -5332916 or 5021870. OLE color: 5021870.
HSL color Cylindrical-coordinate representation of color #AEA04C: hue angle of 51.43º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEA04C is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 76 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.32 |
| HSL | 51.43º | 0.39% | 0.49% | - |
| HSV(B) | 51.43º | 0.56% | 0.68% | - |
| XYZ | 31.33 | 34.66 | 11.88 | - |
| YUV | 154.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 76 | 0 | 0.08 | 0.56 | 0.32 | 51.43 | 0.39 | 0.49 |
| Hex | AE | A0 | 4C | 0 | 8 | 38 | 20 | 33 | 27 | 31 |
| Octal | 256 | 240 | 114 | 0 | 10 | 70 | 40 | 63 | 47 | 61 |
| Binary | 10101110 | 10100000 | 1001100 | 0 | 1000 | 111000 | 100000 | 110011 | 100111 | 110001 |
Color Harmonies of #AEA04C
Complementary color
Monochromatic Colors of #AEA04C
Black with #AEA04C
Text Example
Text Example
White with #AEA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA04C; }
p { color: rgb(174,160,76); }
H1.HeaderClassName
{
color: #AEA04C;
}
.AnyTagClassName
{
color: #AEA04C;
}
</style>
background-color css
<style>
a { background-color: #AEA04C; }
a { background-color: rgb(174,160,76); }
div.DivClassName
{
background-color: #AEA04C;
}
.BgClassName
{
background-color: #AEA04C;
}
</style>
border-color css
<style>
span { border-color: #AEA04C; }
span { border-color: rgb(174,160,76); }
td.TdClassName
{
border-color: #AEA04C;
}
.TagClassName
{
border-color: #AEA04C;
}
</style>