Shades of Husk #AE9754
Tints of Husk #AE9754
RGB
CMYK
RGB Variations
Color information
#AE9754 (or 0xAE9754) is known color: Husk. HEX triplet: AE, 97 and 54. RGB value is (174,151,84). Sum of RGB (Red+Green+Blue) = 174+151+84=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9754 is #5168AB. Grayscale: #969696. Windows color (decimal): -5335212 or 5543854. OLE color: 5543854.
HSL color Cylindrical-coordinate representation of color #AE9754: hue angle of 44.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE9754 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 151 | 84 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.32 |
| HSL | 44.67º | 0.36% | 0.51% | - |
| HSV(B) | 44.67º | 0.52% | 0.68% | - |
| XYZ | 30.12 | 31.77 | 12.93 | - |
| YUV | 150.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 84 | 0 | 0.13 | 0.52 | 0.32 | 44.67 | 0.36 | 0.51 |
| Hex | AE | 97 | 54 | 0 | D | 34 | 20 | 2D | 24 | 33 |
| Octal | 256 | 227 | 124 | 0 | 15 | 64 | 40 | 55 | 44 | 63 |
| Binary | 10101110 | 10010111 | 1010100 | 0 | 1101 | 110100 | 100000 | 101101 | 100100 | 110011 |
Color Harmonies of #AE9754
Complementary color
Monochromatic Colors of #AE9754
Black with #AE9754
Text Example
Text Example
White with #AE9754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9754; }
p { color: rgb(174,151,84); }
H1.HeaderClassName
{
color: #AE9754;
}
.AnyTagClassName
{
color: #AE9754;
}
</style>
background-color css
<style>
a { background-color: #AE9754; }
a { background-color: rgb(174,151,84); }
div.DivClassName
{
background-color: #AE9754;
}
.BgClassName
{
background-color: #AE9754;
}
</style>
border-color css
<style>
span { border-color: #AE9754; }
span { border-color: rgb(174,151,84); }
td.TdClassName
{
border-color: #AE9754;
}
.TagClassName
{
border-color: #AE9754;
}
</style>