Shades of Husk #AE9944
Tints of Husk #AE9944
RGB
CMYK
RGB Variations
Color information
#AE9944 (or 0xAE9944) is known color: Husk. HEX triplet: AE, 99 and 44. RGB value is (174,153,68). Sum of RGB (Red+Green+Blue) = 174+153+68=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9944 is #5166BB. Grayscale: #959595. Windows color (decimal): -5334716 or 4495790. OLE color: 4495790.
HSL color Cylindrical-coordinate representation of color #AE9944: hue angle of 48.11º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE9944 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 68 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.32 |
| HSL | 48.11º | 0.44% | 0.47% | - |
| HSV(B) | 48.11º | 0.61% | 0.68% | - |
| XYZ | 29.89 | 32.2 | 10.11 | - |
| YUV | 149.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 68 | 0 | 0.12 | 0.61 | 0.32 | 48.11 | 0.44 | 0.47 |
| Hex | AE | 99 | 44 | 0 | C | 3D | 20 | 30 | 2C | 2F |
| Octal | 256 | 231 | 104 | 0 | 14 | 75 | 40 | 60 | 54 | 57 |
| Binary | 10101110 | 10011001 | 1000100 | 0 | 1100 | 111101 | 100000 | 110000 | 101100 | 101111 |
Color Harmonies of #AE9944
Complementary color
Monochromatic Colors of #AE9944
Black with #AE9944
Text Example
Text Example
White with #AE9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9944; }
p { color: rgb(174,153,68); }
H1.HeaderClassName
{
color: #AE9944;
}
.AnyTagClassName
{
color: #AE9944;
}
</style>
background-color css
<style>
a { background-color: #AE9944; }
a { background-color: rgb(174,153,68); }
div.DivClassName
{
background-color: #AE9944;
}
.BgClassName
{
background-color: #AE9944;
}
</style>
border-color css
<style>
span { border-color: #AE9944; }
span { border-color: rgb(174,153,68); }
td.TdClassName
{
border-color: #AE9944;
}
.TagClassName
{
border-color: #AE9944;
}
</style>