Shades of Husk #AE9C44
Tints of Husk #AE9C44
RGB
CMYK
RGB Variations
Color information
#AE9C44 (or 0xAE9C44) is known color: Husk. HEX triplet: AE, 9C and 44. RGB value is (174,156,68). Sum of RGB (Red+Green+Blue) = 174+156+68=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C44 is #5163BB. Grayscale: #979797. Windows color (decimal): -5333948 or 4496558. OLE color: 4496558.
HSL color Cylindrical-coordinate representation of color #AE9C44: hue angle of 49.81º 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 #AE9C44 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 68 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.32 |
| HSL | 49.81º | 0.44% | 0.47% | - |
| HSV(B) | 49.81º | 0.61% | 0.68% | - |
| XYZ | 30.39 | 33.19 | 10.27 | - |
| YUV | 151.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 68 | 0 | 0.10 | 0.61 | 0.32 | 49.81 | 0.44 | 0.47 |
| Hex | AE | 9C | 44 | 0 | A | 3D | 20 | 32 | 2C | 2F |
| Octal | 256 | 234 | 104 | 0 | 12 | 75 | 40 | 62 | 54 | 57 |
| Binary | 10101110 | 10011100 | 1000100 | 0 | 1010 | 111101 | 100000 | 110010 | 101100 | 101111 |
Color Harmonies of #AE9C44
Complementary color
Monochromatic Colors of #AE9C44
Black with #AE9C44
Text Example
Text Example
White with #AE9C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C44; }
p { color: rgb(174,156,68); }
H1.HeaderClassName
{
color: #AE9C44;
}
.AnyTagClassName
{
color: #AE9C44;
}
</style>
background-color css
<style>
a { background-color: #AE9C44; }
a { background-color: rgb(174,156,68); }
div.DivClassName
{
background-color: #AE9C44;
}
.BgClassName
{
background-color: #AE9C44;
}
</style>
border-color css
<style>
span { border-color: #AE9C44; }
span { border-color: rgb(174,156,68); }
td.TdClassName
{
border-color: #AE9C44;
}
.TagClassName
{
border-color: #AE9C44;
}
</style>