Shades of Husk #AE9250
Tints of Husk #AE9250
RGB
CMYK
RGB Variations
Color information
#AE9250 (or 0xAE9250) is known color: Husk. HEX triplet: AE, 92 and 50. RGB value is (174,146,80). Sum of RGB (Red+Green+Blue) = 174+146+80=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9250 is #516DAF. Grayscale: #939393. Windows color (decimal): -5336496 or 5280430. OLE color: 5280430.
HSL color Cylindrical-coordinate representation of color #AE9250: hue angle of 42.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE9250 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 80 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.32 |
| HSL | 42.13º | 0.37% | 0.5% | - |
| HSV(B) | 42.13º | 0.54% | 0.68% | - |
| XYZ | 29.18 | 30.14 | 11.87 | - |
| YUV | 146.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 80 | 0 | 0.16 | 0.54 | 0.32 | 42.13 | 0.37 | 0.5 |
| Hex | AE | 92 | 50 | 0 | 10 | 36 | 20 | 2A | 25 | 32 |
| Octal | 256 | 222 | 120 | 0 | 20 | 66 | 40 | 52 | 45 | 62 |
| Binary | 10101110 | 10010010 | 1010000 | 0 | 10000 | 110110 | 100000 | 101010 | 100101 | 110010 |
Color Harmonies of #AE9250
Complementary color
Monochromatic Colors of #AE9250
Black with #AE9250
Text Example
Text Example
White with #AE9250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9250; }
p { color: rgb(174,146,80); }
H1.HeaderClassName
{
color: #AE9250;
}
.AnyTagClassName
{
color: #AE9250;
}
</style>
background-color css
<style>
a { background-color: #AE9250; }
a { background-color: rgb(174,146,80); }
div.DivClassName
{
background-color: #AE9250;
}
.BgClassName
{
background-color: #AE9250;
}
</style>
border-color css
<style>
span { border-color: #AE9250; }
span { border-color: rgb(174,146,80); }
td.TdClassName
{
border-color: #AE9250;
}
.TagClassName
{
border-color: #AE9250;
}
</style>