Shades of Mongoose #AE946E
Tints of Mongoose #AE946E
RGB
CMYK
RGB Variations
Color information
#AE946E (or 0xAE946E) is known color: Mongoose. HEX triplet: AE, 94 and 6E. RGB value is (174,148,110). Sum of RGB (Red+Green+Blue) = 174+148+110=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE946E is #516B91. Grayscale: #979797. Windows color (decimal): -5335954 or 7247022. OLE color: 7247022.
HSL color Cylindrical-coordinate representation of color #AE946E: hue angle of 35.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE946E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 110 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.32 |
| HSL | 35.63º | 0.28% | 0.56% | - |
| HSV(B) | 35.63º | 0.37% | 0.68% | - |
| XYZ | 30.86 | 31.3 | 19.17 | - |
| YUV | 151.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 110 | 0 | 0.15 | 0.37 | 0.32 | 35.63 | 0.28 | 0.56 |
| Hex | AE | 94 | 6E | 0 | F | 25 | 20 | 24 | 1C | 38 |
| Octal | 256 | 224 | 156 | 0 | 17 | 45 | 40 | 44 | 34 | 70 |
| Binary | 10101110 | 10010100 | 1101110 | 0 | 1111 | 100101 | 100000 | 100100 | 11100 | 111000 |
Color Harmonies of #AE946E
Complementary color
Monochromatic Colors of #AE946E
Black with #AE946E
Text Example
Text Example
White with #AE946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE946E; }
p { color: rgb(174,148,110); }
H1.HeaderClassName
{
color: #AE946E;
}
.AnyTagClassName
{
color: #AE946E;
}
</style>
background-color css
<style>
a { background-color: #AE946E; }
a { background-color: rgb(174,148,110); }
div.DivClassName
{
background-color: #AE946E;
}
.BgClassName
{
background-color: #AE946E;
}
</style>
border-color css
<style>
span { border-color: #AE946E; }
span { border-color: rgb(174,148,110); }
td.TdClassName
{
border-color: #AE946E;
}
.TagClassName
{
border-color: #AE946E;
}
</style>