Shades of Husk #AE9F4A
Tints of Husk #AE9F4A
RGB
CMYK
RGB Variations
Color information
#AE9F4A (or 0xAE9F4A) is known color: Husk. HEX triplet: AE, 9F and 4A. RGB value is (174,159,74). Sum of RGB (Red+Green+Blue) = 174+159+74=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9F4A is #5160B5. Grayscale: #9A9A9A. Windows color (decimal): -5333174 or 4890542. OLE color: 4890542.
HSL color Cylindrical-coordinate representation of color #AE9F4A: hue angle of 51º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE9F4A is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 159 | 74 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.32 |
| HSL | 51º | 0.4% | 0.49% | - |
| HSV(B) | 51º | 0.57% | 0.68% | - |
| XYZ | 31.09 | 34.29 | 11.46 | - |
| YUV | 153.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 159 | 74 | 0 | 0.09 | 0.57 | 0.32 | 51 | 0.4 | 0.49 |
| Hex | AE | 9F | 4A | 0 | 9 | 39 | 20 | 33 | 28 | 31 |
| Octal | 256 | 237 | 112 | 0 | 11 | 71 | 40 | 63 | 50 | 61 |
| Binary | 10101110 | 10011111 | 1001010 | 0 | 1001 | 111001 | 100000 | 110011 | 101000 | 110001 |
Color Harmonies of #AE9F4A
Complementary color
Monochromatic Colors of #AE9F4A
Black with #AE9F4A
Text Example
Text Example
White with #AE9F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9F4A; }
p { color: rgb(174,159,74); }
H1.HeaderClassName
{
color: #AE9F4A;
}
.AnyTagClassName
{
color: #AE9F4A;
}
</style>
background-color css
<style>
a { background-color: #AE9F4A; }
a { background-color: rgb(174,159,74); }
div.DivClassName
{
background-color: #AE9F4A;
}
.BgClassName
{
background-color: #AE9F4A;
}
</style>
border-color css
<style>
span { border-color: #AE9F4A; }
span { border-color: rgb(174,159,74); }
td.TdClassName
{
border-color: #AE9F4A;
}
.TagClassName
{
border-color: #AE9F4A;
}
</style>