Shades of Husk #AE9C5C
Tints of Husk #AE9C5C
RGB
CMYK
RGB Variations
Color information
#AE9C5C (or 0xAE9C5C) is known color: Husk. HEX triplet: AE, 9C and 5C. RGB value is (174,156,92). Sum of RGB (Red+Green+Blue) = 174+156+92=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9C5C is #5163A3. Grayscale: #9A9A9A. Windows color (decimal): -5333924 or 6069422. OLE color: 6069422.
HSL color Cylindrical-coordinate representation of color #AE9C5C: hue angle of 46.83º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE9C5C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 92 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.32 |
| HSL | 46.83º | 0.34% | 0.52% | - |
| HSV(B) | 46.83º | 0.47% | 0.68% | - |
| XYZ | 31.28 | 33.55 | 14.95 | - |
| YUV | 154.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 92 | 0 | 0.10 | 0.47 | 0.32 | 46.83 | 0.34 | 0.52 |
| Hex | AE | 9C | 5C | 0 | A | 2F | 20 | 2F | 22 | 34 |
| Octal | 256 | 234 | 134 | 0 | 12 | 57 | 40 | 57 | 42 | 64 |
| Binary | 10101110 | 10011100 | 1011100 | 0 | 1010 | 101111 | 100000 | 101111 | 100010 | 110100 |
Color Harmonies of #AE9C5C
Complementary color
Monochromatic Colors of #AE9C5C
Black with #AE9C5C
Text Example
Text Example
White with #AE9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9C5C; }
p { color: rgb(174,156,92); }
H1.HeaderClassName
{
color: #AE9C5C;
}
.AnyTagClassName
{
color: #AE9C5C;
}
</style>
background-color css
<style>
a { background-color: #AE9C5C; }
a { background-color: rgb(174,156,92); }
div.DivClassName
{
background-color: #AE9C5C;
}
.BgClassName
{
background-color: #AE9C5C;
}
</style>
border-color css
<style>
span { border-color: #AE9C5C; }
span { border-color: rgb(174,156,92); }
td.TdClassName
{
border-color: #AE9C5C;
}
.TagClassName
{
border-color: #AE9C5C;
}
</style>