Shades of Husk #AE994D
Tints of Husk #AE994D
RGB
CMYK
RGB Variations
Color information
#AE994D (or 0xAE994D) is known color: Husk. HEX triplet: AE, 99 and 4D. RGB value is (174,153,77). Sum of RGB (Red+Green+Blue) = 174+153+77=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE994D is #5166B2. Grayscale: #969696. Windows color (decimal): -5334707 or 5085614. OLE color: 5085614.
HSL color Cylindrical-coordinate representation of color #AE994D: hue angle of 47.01º 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 #AE994D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 77 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.32 |
| HSL | 47.01º | 0.39% | 0.49% | - |
| HSV(B) | 47.01º | 0.56% | 0.68% | - |
| XYZ | 30.19 | 32.32 | 11.67 | - |
| YUV | 150.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 77 | 0 | 0.12 | 0.56 | 0.32 | 47.01 | 0.39 | 0.49 |
| Hex | AE | 99 | 4D | 0 | C | 38 | 20 | 2F | 27 | 31 |
| Octal | 256 | 231 | 115 | 0 | 14 | 70 | 40 | 57 | 47 | 61 |
| Binary | 10101110 | 10011001 | 1001101 | 0 | 1100 | 111000 | 100000 | 101111 | 100111 | 110001 |
Color Harmonies of #AE994D
Complementary color
Monochromatic Colors of #AE994D
Black with #AE994D
Text Example
Text Example
White with #AE994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE994D; }
p { color: rgb(174,153,77); }
H1.HeaderClassName
{
color: #AE994D;
}
.AnyTagClassName
{
color: #AE994D;
}
</style>
background-color css
<style>
a { background-color: #AE994D; }
a { background-color: rgb(174,153,77); }
div.DivClassName
{
background-color: #AE994D;
}
.BgClassName
{
background-color: #AE994D;
}
</style>
border-color css
<style>
span { border-color: #AE994D; }
span { border-color: rgb(174,153,77); }
td.TdClassName
{
border-color: #AE994D;
}
.TagClassName
{
border-color: #AE994D;
}
</style>