Shades of Husk #AE954E
Tints of Husk #AE954E
RGB
CMYK
RGB Variations
Color information
#AE954E (or 0xAE954E) is known color: Husk. HEX triplet: AE, 95 and 4E. RGB value is (174,149,78). Sum of RGB (Red+Green+Blue) = 174+149+78=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE954E is #516AB1. Grayscale: #949494. Windows color (decimal): -5335730 or 5150126. OLE color: 5150126.
HSL color Cylindrical-coordinate representation of color #AE954E: hue angle of 44.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE954E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 78 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.32 |
| HSL | 44.38º | 0.38% | 0.49% | - |
| HSV(B) | 44.38º | 0.55% | 0.68% | - |
| XYZ | 29.58 | 31.04 | 11.64 | - |
| YUV | 148.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 78 | 0 | 0.14 | 0.55 | 0.32 | 44.38 | 0.38 | 0.49 |
| Hex | AE | 95 | 4E | 0 | E | 37 | 20 | 2C | 26 | 31 |
| Octal | 256 | 225 | 116 | 0 | 16 | 67 | 40 | 54 | 46 | 61 |
| Binary | 10101110 | 10010101 | 1001110 | 0 | 1110 | 110111 | 100000 | 101100 | 100110 | 110001 |
Color Harmonies of #AE954E
Complementary color
Monochromatic Colors of #AE954E
Black with #AE954E
Text Example
Text Example
White with #AE954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE954E; }
p { color: rgb(174,149,78); }
H1.HeaderClassName
{
color: #AE954E;
}
.AnyTagClassName
{
color: #AE954E;
}
</style>
background-color css
<style>
a { background-color: #AE954E; }
a { background-color: rgb(174,149,78); }
div.DivClassName
{
background-color: #AE954E;
}
.BgClassName
{
background-color: #AE954E;
}
</style>
border-color css
<style>
span { border-color: #AE954E; }
span { border-color: rgb(174,149,78); }
td.TdClassName
{
border-color: #AE954E;
}
.TagClassName
{
border-color: #AE954E;
}
</style>