Shades of Mongoose #AE956C
Tints of Mongoose #AE956C
RGB
CMYK
RGB Variations
Color information
#AE956C (or 0xAE956C) is known color: Mongoose. HEX triplet: AE, 95 and 6C. RGB value is (174,149,108). Sum of RGB (Red+Green+Blue) = 174+149+108=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE956C is #516A93. Grayscale: #979797. Windows color (decimal): -5335700 or 7116206. OLE color: 7116206.
HSL color Cylindrical-coordinate representation of color #AE956C: hue angle of 37.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE956C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 108 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.32 |
| HSL | 37.27º | 0.29% | 0.55% | - |
| HSV(B) | 37.27º | 0.38% | 0.68% | - |
| XYZ | 30.91 | 31.58 | 18.65 | - |
| YUV | 151.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 108 | 0 | 0.14 | 0.38 | 0.32 | 37.27 | 0.29 | 0.55 |
| Hex | AE | 95 | 6C | 0 | E | 26 | 20 | 25 | 1D | 37 |
| Octal | 256 | 225 | 154 | 0 | 16 | 46 | 40 | 45 | 35 | 67 |
| Binary | 10101110 | 10010101 | 1101100 | 0 | 1110 | 100110 | 100000 | 100101 | 11101 | 110111 |
Color Harmonies of #AE956C
Complementary color
Monochromatic Colors of #AE956C
Black with #AE956C
Text Example
Text Example
White with #AE956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE956C; }
p { color: rgb(174,149,108); }
H1.HeaderClassName
{
color: #AE956C;
}
.AnyTagClassName
{
color: #AE956C;
}
</style>
background-color css
<style>
a { background-color: #AE956C; }
a { background-color: rgb(174,149,108); }
div.DivClassName
{
background-color: #AE956C;
}
.BgClassName
{
background-color: #AE956C;
}
</style>
border-color css
<style>
span { border-color: #AE956C; }
span { border-color: rgb(174,149,108); }
td.TdClassName
{
border-color: #AE956C;
}
.TagClassName
{
border-color: #AE956C;
}
</style>