Shades of Husk #AE914D
Tints of Husk #AE914D
RGB
CMYK
RGB Variations
Color information
#AE914D (or 0xAE914D) is known color: Husk. HEX triplet: AE, 91 and 4D. RGB value is (174,145,77). Sum of RGB (Red+Green+Blue) = 174+145+77=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE914D is #516EB2. Grayscale: #929292. Windows color (decimal): -5336755 or 5083566. OLE color: 5083566.
HSL color Cylindrical-coordinate representation of color #AE914D: hue angle of 42.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE914D is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 77 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.32 |
| HSL | 42.06º | 0.39% | 0.49% | - |
| HSV(B) | 42.06º | 0.56% | 0.68% | - |
| XYZ | 28.92 | 29.79 | 11.25 | - |
| YUV | 145.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 77 | 0 | 0.17 | 0.56 | 0.32 | 42.06 | 0.39 | 0.49 |
| Hex | AE | 91 | 4D | 0 | 11 | 38 | 20 | 2A | 27 | 31 |
| Octal | 256 | 221 | 115 | 0 | 21 | 70 | 40 | 52 | 47 | 61 |
| Binary | 10101110 | 10010001 | 1001101 | 0 | 10001 | 111000 | 100000 | 101010 | 100111 | 110001 |
Color Harmonies of #AE914D
Complementary color
Monochromatic Colors of #AE914D
Black with #AE914D
Text Example
Text Example
White with #AE914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE914D; }
p { color: rgb(174,145,77); }
H1.HeaderClassName
{
color: #AE914D;
}
.AnyTagClassName
{
color: #AE914D;
}
</style>
background-color css
<style>
a { background-color: #AE914D; }
a { background-color: rgb(174,145,77); }
div.DivClassName
{
background-color: #AE914D;
}
.BgClassName
{
background-color: #AE914D;
}
</style>
border-color css
<style>
span { border-color: #AE914D; }
span { border-color: rgb(174,145,77); }
td.TdClassName
{
border-color: #AE914D;
}
.TagClassName
{
border-color: #AE914D;
}
</style>