Shades of Husk #AE9A4D
Tints of Husk #AE9A4D
RGB
CMYK
RGB Variations
Color information
#AE9A4D (or 0xAE9A4D) is known color: Husk. HEX triplet: AE, 9A and 4D. RGB value is (174,154,77). Sum of RGB (Red+Green+Blue) = 174+154+77=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A4D is #5165B2. Grayscale: #979797. Windows color (decimal): -5334451 or 5085870. OLE color: 5085870.
HSL color Cylindrical-coordinate representation of color #AE9A4D: hue angle of 47.63º 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 #AE9A4D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 154 | 77 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.32 |
| HSL | 47.63º | 0.39% | 0.49% | - |
| HSV(B) | 47.63º | 0.56% | 0.68% | - |
| XYZ | 30.35 | 32.65 | 11.72 | - |
| YUV | 151.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 154 | 77 | 0 | 0.11 | 0.56 | 0.32 | 47.63 | 0.39 | 0.49 |
| Hex | AE | 9A | 4D | 0 | B | 38 | 20 | 30 | 27 | 31 |
| Octal | 256 | 232 | 115 | 0 | 13 | 70 | 40 | 60 | 47 | 61 |
| Binary | 10101110 | 10011010 | 1001101 | 0 | 1011 | 111000 | 100000 | 110000 | 100111 | 110001 |
Color Harmonies of #AE9A4D
Complementary color
Monochromatic Colors of #AE9A4D
Black with #AE9A4D
Text Example
Text Example
White with #AE9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9A4D; }
p { color: rgb(174,154,77); }
H1.HeaderClassName
{
color: #AE9A4D;
}
.AnyTagClassName
{
color: #AE9A4D;
}
</style>
background-color css
<style>
a { background-color: #AE9A4D; }
a { background-color: rgb(174,154,77); }
div.DivClassName
{
background-color: #AE9A4D;
}
.BgClassName
{
background-color: #AE9A4D;
}
</style>
border-color css
<style>
span { border-color: #AE9A4D; }
span { border-color: rgb(174,154,77); }
td.TdClassName
{
border-color: #AE9A4D;
}
.TagClassName
{
border-color: #AE9A4D;
}
</style>