Shades of Husk #AE9E4E
Tints of Husk #AE9E4E
RGB
CMYK
RGB Variations
Color information
#AE9E4E (or 0xAE9E4E) is known color: Husk. HEX triplet: AE, 9E and 4E. RGB value is (174,158,78). Sum of RGB (Red+Green+Blue) = 174+158+78=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E4E is #5161B1. Grayscale: #9A9A9A. Windows color (decimal): -5333426 or 5152430. OLE color: 5152430.
HSL color Cylindrical-coordinate representation of color #AE9E4E: hue angle of 50º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE9E4E is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 78 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.32 |
| HSL | 50º | 0.38% | 0.49% | - |
| HSV(B) | 50º | 0.55% | 0.68% | - |
| XYZ | 31.06 | 34 | 12.13 | - |
| YUV | 153.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 78 | 0 | 0.09 | 0.55 | 0.32 | 50 | 0.38 | 0.49 |
| Hex | AE | 9E | 4E | 0 | 9 | 37 | 20 | 32 | 26 | 31 |
| Octal | 256 | 236 | 116 | 0 | 11 | 67 | 40 | 62 | 46 | 61 |
| Binary | 10101110 | 10011110 | 1001110 | 0 | 1001 | 110111 | 100000 | 110010 | 100110 | 110001 |
Color Harmonies of #AE9E4E
Complementary color
Monochromatic Colors of #AE9E4E
Black with #AE9E4E
Text Example
Text Example
White with #AE9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E4E; }
p { color: rgb(174,158,78); }
H1.HeaderClassName
{
color: #AE9E4E;
}
.AnyTagClassName
{
color: #AE9E4E;
}
</style>
background-color css
<style>
a { background-color: #AE9E4E; }
a { background-color: rgb(174,158,78); }
div.DivClassName
{
background-color: #AE9E4E;
}
.BgClassName
{
background-color: #AE9E4E;
}
</style>
border-color css
<style>
span { border-color: #AE9E4E; }
span { border-color: rgb(174,158,78); }
td.TdClassName
{
border-color: #AE9E4E;
}
.TagClassName
{
border-color: #AE9E4E;
}
</style>