Shades of Husk #AE9E5D
Tints of Husk #AE9E5D
RGB
CMYK
RGB Variations
Color information
#AE9E5D (or 0xAE9E5D) is known color: Husk. HEX triplet: AE, 9E and 5D. RGB value is (174,158,93). Sum of RGB (Red+Green+Blue) = 174+158+93=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E5D is #5161A2. Grayscale: #9B9B9B. Windows color (decimal): -5333411 or 6135470. OLE color: 6135470.
HSL color Cylindrical-coordinate representation of color #AE9E5D: hue angle of 48.15º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE9E5D is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 158 | 93 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.32 |
| HSL | 48.15º | 0.33% | 0.52% | - |
| HSV(B) | 48.15º | 0.47% | 0.68% | - |
| XYZ | 31.66 | 34.24 | 15.3 | - |
| YUV | 155.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 158 | 93 | 0 | 0.09 | 0.47 | 0.32 | 48.15 | 0.33 | 0.52 |
| Hex | AE | 9E | 5D | 0 | 9 | 2F | 20 | 30 | 21 | 34 |
| Octal | 256 | 236 | 135 | 0 | 11 | 57 | 40 | 60 | 41 | 64 |
| Binary | 10101110 | 10011110 | 1011101 | 0 | 1001 | 101111 | 100000 | 110000 | 100001 | 110100 |
Color Harmonies of #AE9E5D
Complementary color
Monochromatic Colors of #AE9E5D
Black with #AE9E5D
Text Example
Text Example
White with #AE9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9E5D; }
p { color: rgb(174,158,93); }
H1.HeaderClassName
{
color: #AE9E5D;
}
.AnyTagClassName
{
color: #AE9E5D;
}
</style>
background-color css
<style>
a { background-color: #AE9E5D; }
a { background-color: rgb(174,158,93); }
div.DivClassName
{
background-color: #AE9E5D;
}
.BgClassName
{
background-color: #AE9E5D;
}
</style>
border-color css
<style>
span { border-color: #AE9E5D; }
span { border-color: rgb(174,158,93); }
td.TdClassName
{
border-color: #AE9E5D;
}
.TagClassName
{
border-color: #AE9E5D;
}
</style>