Shades of Husk #AE934D
Tints of Husk #AE934D
RGB
CMYK
RGB Variations
Color information
#AE934D (or 0xAE934D) is known color: Husk. HEX triplet: AE, 93 and 4D. RGB value is (174,147,77). Sum of RGB (Red+Green+Blue) = 174+147+77=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE934D is #516CB2. Grayscale: #939393. Windows color (decimal): -5336243 or 5084078. OLE color: 5084078.
HSL color Cylindrical-coordinate representation of color #AE934D: hue angle of 43.3º 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 #AE934D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 77 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.32 |
| HSL | 43.3º | 0.39% | 0.49% | - |
| HSV(B) | 43.3º | 0.56% | 0.68% | - |
| XYZ | 29.23 | 30.4 | 11.35 | - |
| YUV | 147.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 77 | 0 | 0.16 | 0.56 | 0.32 | 43.3 | 0.39 | 0.49 |
| Hex | AE | 93 | 4D | 0 | 10 | 38 | 20 | 2B | 27 | 31 |
| Octal | 256 | 223 | 115 | 0 | 20 | 70 | 40 | 53 | 47 | 61 |
| Binary | 10101110 | 10010011 | 1001101 | 0 | 10000 | 111000 | 100000 | 101011 | 100111 | 110001 |
Color Harmonies of #AE934D
Complementary color
Monochromatic Colors of #AE934D
Black with #AE934D
Text Example
Text Example
White with #AE934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE934D; }
p { color: rgb(174,147,77); }
H1.HeaderClassName
{
color: #AE934D;
}
.AnyTagClassName
{
color: #AE934D;
}
</style>
background-color css
<style>
a { background-color: #AE934D; }
a { background-color: rgb(174,147,77); }
div.DivClassName
{
background-color: #AE934D;
}
.BgClassName
{
background-color: #AE934D;
}
</style>
border-color css
<style>
span { border-color: #AE934D; }
span { border-color: rgb(174,147,77); }
td.TdClassName
{
border-color: #AE934D;
}
.TagClassName
{
border-color: #AE934D;
}
</style>