Shades of Husk #AE994C
Tints of Husk #AE994C
RGB
CMYK
RGB Variations
Color information
#AE994C (or 0xAE994C) is known color: Husk. HEX triplet: AE, 99 and 4C. RGB value is (174,153,76). Sum of RGB (Red+Green+Blue) = 174+153+76=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE994C is #5166B3. Grayscale: #969696. Windows color (decimal): -5334708 or 5020078. OLE color: 5020078.
HSL color Cylindrical-coordinate representation of color #AE994C: hue angle of 47.14º 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 #AE994C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 76 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.32 |
| HSL | 47.14º | 0.39% | 0.49% | - |
| HSV(B) | 47.14º | 0.56% | 0.68% | - |
| XYZ | 30.15 | 32.3 | 11.48 | - |
| YUV | 150.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 76 | 0 | 0.12 | 0.56 | 0.32 | 47.14 | 0.39 | 0.49 |
| Hex | AE | 99 | 4C | 0 | C | 38 | 20 | 2F | 27 | 31 |
| Octal | 256 | 231 | 114 | 0 | 14 | 70 | 40 | 57 | 47 | 61 |
| Binary | 10101110 | 10011001 | 1001100 | 0 | 1100 | 111000 | 100000 | 101111 | 100111 | 110001 |
Color Harmonies of #AE994C
Complementary color
Monochromatic Colors of #AE994C
Black with #AE994C
Text Example
Text Example
White with #AE994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE994C; }
p { color: rgb(174,153,76); }
H1.HeaderClassName
{
color: #AE994C;
}
.AnyTagClassName
{
color: #AE994C;
}
</style>
background-color css
<style>
a { background-color: #AE994C; }
a { background-color: rgb(174,153,76); }
div.DivClassName
{
background-color: #AE994C;
}
.BgClassName
{
background-color: #AE994C;
}
</style>
border-color css
<style>
span { border-color: #AE994C; }
span { border-color: rgb(174,153,76); }
td.TdClassName
{
border-color: #AE994C;
}
.TagClassName
{
border-color: #AE994C;
}
</style>