Shades of Mongoose #AE906E
Tints of Mongoose #AE906E
RGB
CMYK
RGB Variations
Color information
#AE906E (or 0xAE906E) is known color: Mongoose. HEX triplet: AE, 90 and 6E. RGB value is (174,144,110). Sum of RGB (Red+Green+Blue) = 174+144+110=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE906E is #516F91. Grayscale: #959595. Windows color (decimal): -5336978 or 7245998. OLE color: 7245998.
HSL color Cylindrical-coordinate representation of color #AE906E: hue angle of 31.88º 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 #AE906E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 144 | 110 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.32 |
| HSL | 31.88º | 0.28% | 0.56% | - |
| HSV(B) | 31.88º | 0.37% | 0.68% | - |
| XYZ | 30.24 | 30.07 | 18.96 | - |
| YUV | 149.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 110 | 0 | 0.17 | 0.37 | 0.32 | 31.88 | 0.28 | 0.56 |
| Hex | AE | 90 | 6E | 0 | 11 | 25 | 20 | 20 | 1C | 38 |
| Octal | 256 | 220 | 156 | 0 | 21 | 45 | 40 | 40 | 34 | 70 |
| Binary | 10101110 | 10010000 | 1101110 | 0 | 10001 | 100101 | 100000 | 100000 | 11100 | 111000 |
Color Harmonies of #AE906E
Complementary color
Monochromatic Colors of #AE906E
Black with #AE906E
Text Example
Text Example
White with #AE906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE906E; }
p { color: rgb(174,144,110); }
H1.HeaderClassName
{
color: #AE906E;
}
.AnyTagClassName
{
color: #AE906E;
}
</style>
background-color css
<style>
a { background-color: #AE906E; }
a { background-color: rgb(174,144,110); }
div.DivClassName
{
background-color: #AE906E;
}
.BgClassName
{
background-color: #AE906E;
}
</style>
border-color css
<style>
span { border-color: #AE906E; }
span { border-color: rgb(174,144,110); }
td.TdClassName
{
border-color: #AE906E;
}
.TagClassName
{
border-color: #AE906E;
}
</style>