Shades of Mongoose #AE956E
Tints of Mongoose #AE956E
RGB
CMYK
RGB Variations
Color information
#AE956E (or 0xAE956E) is known color: Mongoose. HEX triplet: AE, 95 and 6E. RGB value is (174,149,110). Sum of RGB (Red+Green+Blue) = 174+149+110=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE956E is #516A91. Grayscale: #989898. Windows color (decimal): -5335698 or 7247278. OLE color: 7247278.
HSL color Cylindrical-coordinate representation of color #AE956E: hue angle of 36.56º 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 #AE956E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 110 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.32 |
| HSL | 36.56º | 0.28% | 0.56% | - |
| HSV(B) | 36.56º | 0.37% | 0.68% | - |
| XYZ | 31.02 | 31.62 | 19.22 | - |
| YUV | 152.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 110 | 0 | 0.14 | 0.37 | 0.32 | 36.56 | 0.28 | 0.56 |
| Hex | AE | 95 | 6E | 0 | E | 25 | 20 | 25 | 1C | 38 |
| Octal | 256 | 225 | 156 | 0 | 16 | 45 | 40 | 45 | 34 | 70 |
| Binary | 10101110 | 10010101 | 1101110 | 0 | 1110 | 100101 | 100000 | 100101 | 11100 | 111000 |
Color Harmonies of #AE956E
Complementary color
Monochromatic Colors of #AE956E
Black with #AE956E
Text Example
Text Example
White with #AE956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE956E; }
p { color: rgb(174,149,110); }
H1.HeaderClassName
{
color: #AE956E;
}
.AnyTagClassName
{
color: #AE956E;
}
</style>
background-color css
<style>
a { background-color: #AE956E; }
a { background-color: rgb(174,149,110); }
div.DivClassName
{
background-color: #AE956E;
}
.BgClassName
{
background-color: #AE956E;
}
</style>
border-color css
<style>
span { border-color: #AE956E; }
span { border-color: rgb(174,149,110); }
td.TdClassName
{
border-color: #AE956E;
}
.TagClassName
{
border-color: #AE956E;
}
</style>