Shades of Mongoose #AE8870
Tints of Mongoose #AE8870
RGB
CMYK
RGB Variations
Color information
#AE8870 (or 0xAE8870) is known color: Mongoose. HEX triplet: AE, 88 and 70. RGB value is (174,136,112). Sum of RGB (Red+Green+Blue) = 174+136+112=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8870 is #51778F. Grayscale: #909090. Windows color (decimal): -5339024 or 7375022. OLE color: 7375022.
HSL color Cylindrical-coordinate representation of color #AE8870: hue angle of 23.23º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE8870 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 112 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.32 |
| HSL | 23.23º | 0.28% | 0.56% | - |
| HSV(B) | 23.23º | 0.36% | 0.68% | - |
| XYZ | 29.18 | 27.78 | 19.15 | - |
| YUV | 144.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 112 | 0 | 0.22 | 0.36 | 0.32 | 23.23 | 0.28 | 0.56 |
| Hex | AE | 88 | 70 | 0 | 16 | 24 | 20 | 17 | 1C | 38 |
| Octal | 256 | 210 | 160 | 0 | 26 | 44 | 40 | 27 | 34 | 70 |
| Binary | 10101110 | 10001000 | 1110000 | 0 | 10110 | 100100 | 100000 | 10111 | 11100 | 111000 |
Color Harmonies of #AE8870
Complementary color
Monochromatic Colors of #AE8870
Black with #AE8870
Text Example
Text Example
White with #AE8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8870; }
p { color: rgb(174,136,112); }
H1.HeaderClassName
{
color: #AE8870;
}
.AnyTagClassName
{
color: #AE8870;
}
</style>
background-color css
<style>
a { background-color: #AE8870; }
a { background-color: rgb(174,136,112); }
div.DivClassName
{
background-color: #AE8870;
}
.BgClassName
{
background-color: #AE8870;
}
</style>
border-color css
<style>
span { border-color: #AE8870; }
span { border-color: rgb(174,136,112); }
td.TdClassName
{
border-color: #AE8870;
}
.TagClassName
{
border-color: #AE8870;
}
</style>