Shades of Husk #AEA14D
Tints of Husk #AEA14D
RGB
CMYK
RGB Variations
Color information
#AEA14D (or 0xAEA14D) is known color: Husk. HEX triplet: AE, A1 and 4D. RGB value is (174,161,77). Sum of RGB (Red+Green+Blue) = 174+161+77=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA14D is #515EB2. Grayscale: #9B9B9B. Windows color (decimal): -5332659 or 5087662. OLE color: 5087662.
HSL color Cylindrical-coordinate representation of color #AEA14D: hue angle of 51.96º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEA14D is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 161 | 77 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.32 |
| HSL | 51.96º | 0.39% | 0.49% | - |
| HSV(B) | 51.96º | 0.56% | 0.68% | - |
| XYZ | 31.54 | 35.02 | 12.12 | - |
| YUV | 155.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 161 | 77 | 0 | 0.07 | 0.56 | 0.32 | 51.96 | 0.39 | 0.49 |
| Hex | AE | A1 | 4D | 0 | 7 | 38 | 20 | 34 | 27 | 31 |
| Octal | 256 | 241 | 115 | 0 | 7 | 70 | 40 | 64 | 47 | 61 |
| Binary | 10101110 | 10100001 | 1001101 | 0 | 111 | 111000 | 100000 | 110100 | 100111 | 110001 |
Color Harmonies of #AEA14D
Complementary color
Monochromatic Colors of #AEA14D
Black with #AEA14D
Text Example
Text Example
White with #AEA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA14D; }
p { color: rgb(174,161,77); }
H1.HeaderClassName
{
color: #AEA14D;
}
.AnyTagClassName
{
color: #AEA14D;
}
</style>
background-color css
<style>
a { background-color: #AEA14D; }
a { background-color: rgb(174,161,77); }
div.DivClassName
{
background-color: #AEA14D;
}
.BgClassName
{
background-color: #AEA14D;
}
</style>
border-color css
<style>
span { border-color: #AEA14D; }
span { border-color: rgb(174,161,77); }
td.TdClassName
{
border-color: #AEA14D;
}
.TagClassName
{
border-color: #AEA14D;
}
</style>