Shades of Husk #AE954A
Tints of Husk #AE954A
RGB
CMYK
RGB Variations
Color information
#AE954A (or 0xAE954A) is known color: Husk. HEX triplet: AE, 95 and 4A. RGB value is (174,149,74). Sum of RGB (Red+Green+Blue) = 174+149+74=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE954A is #516AB5. Grayscale: #949494. Windows color (decimal): -5335734 or 4887982. OLE color: 4887982.
HSL color Cylindrical-coordinate representation of color #AE954A: hue angle of 45º 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 #AE954A is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 74 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.32 |
| HSL | 45º | 0.4% | 0.49% | - |
| HSV(B) | 45º | 0.57% | 0.68% | - |
| XYZ | 29.44 | 30.99 | 10.91 | - |
| YUV | 147.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 74 | 0 | 0.14 | 0.57 | 0.32 | 45 | 0.4 | 0.49 |
| Hex | AE | 95 | 4A | 0 | E | 39 | 20 | 2D | 28 | 31 |
| Octal | 256 | 225 | 112 | 0 | 16 | 71 | 40 | 55 | 50 | 61 |
| Binary | 10101110 | 10010101 | 1001010 | 0 | 1110 | 111001 | 100000 | 101101 | 101000 | 110001 |
Color Harmonies of #AE954A
Complementary color
Monochromatic Colors of #AE954A
Black with #AE954A
Text Example
Text Example
White with #AE954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE954A; }
p { color: rgb(174,149,74); }
H1.HeaderClassName
{
color: #AE954A;
}
.AnyTagClassName
{
color: #AE954A;
}
</style>
background-color css
<style>
a { background-color: #AE954A; }
a { background-color: rgb(174,149,74); }
div.DivClassName
{
background-color: #AE954A;
}
.BgClassName
{
background-color: #AE954A;
}
</style>
border-color css
<style>
span { border-color: #AE954A; }
span { border-color: rgb(174,149,74); }
td.TdClassName
{
border-color: #AE954A;
}
.TagClassName
{
border-color: #AE954A;
}
</style>