Shades of Husk #AE9A4E
Tints of Husk #AE9A4E
RGB
CMYK
RGB Variations
Color information
#AE9A4E (or 0xAE9A4E) is known color: Husk. HEX triplet: AE, 9A and 4E. RGB value is (174,154,78). Sum of RGB (Red+Green+Blue) = 174+154+78=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A4E is #5165B1. Grayscale: #979797. Windows color (decimal): -5334450 or 5151406. OLE color: 5151406.
HSL color Cylindrical-coordinate representation of color #AE9A4E: hue angle of 47.5º 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 #AE9A4E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 78 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.32 |
| HSL | 47.5º | 0.38% | 0.49% | - |
| HSV(B) | 47.5º | 0.55% | 0.68% | - |
| XYZ | 30.39 | 32.66 | 11.91 | - |
| YUV | 151.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 78 | 0 | 0.11 | 0.55 | 0.32 | 47.5 | 0.38 | 0.49 |
| Hex | AE | 9A | 4E | 0 | B | 37 | 20 | 30 | 26 | 31 |
| Octal | 256 | 232 | 116 | 0 | 13 | 67 | 40 | 60 | 46 | 61 |
| Binary | 10101110 | 10011010 | 1001110 | 0 | 1011 | 110111 | 100000 | 110000 | 100110 | 110001 |
Color Harmonies of #AE9A4E
Complementary color
Monochromatic Colors of #AE9A4E
Black with #AE9A4E
Text Example
Text Example
White with #AE9A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A4E; }
p { color: rgb(174,154,78); }
H1.HeaderClassName
{
color: #AE9A4E;
}
.AnyTagClassName
{
color: #AE9A4E;
}
</style>
background-color css
<style>
a { background-color: #AE9A4E; }
a { background-color: rgb(174,154,78); }
div.DivClassName
{
background-color: #AE9A4E;
}
.BgClassName
{
background-color: #AE9A4E;
}
</style>
border-color css
<style>
span { border-color: #AE9A4E; }
span { border-color: rgb(174,154,78); }
td.TdClassName
{
border-color: #AE9A4E;
}
.TagClassName
{
border-color: #AE9A4E;
}
</style>