Shades of Mongoose #AE8E6E
Tints of Mongoose #AE8E6E
RGB
CMYK
RGB Variations
Color information
#AE8E6E (or 0xAE8E6E) is known color: Mongoose. HEX triplet: AE, 8E and 6E. RGB value is (174,142,110). Sum of RGB (Red+Green+Blue) = 174+142+110=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E6E is #517191. Grayscale: #949494. Windows color (decimal): -5337490 or 7245486. OLE color: 7245486.
HSL color Cylindrical-coordinate representation of color #AE8E6E: hue angle of 30º 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 #AE8E6E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 142 | 110 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.32 |
| HSL | 30º | 0.28% | 0.56% | - |
| HSV(B) | 30º | 0.37% | 0.68% | - |
| XYZ | 29.94 | 29.47 | 18.86 | - |
| YUV | 147.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 142 | 110 | 0 | 0.18 | 0.37 | 0.32 | 30 | 0.28 | 0.56 |
| Hex | AE | 8E | 6E | 0 | 12 | 25 | 20 | 1E | 1C | 38 |
| Octal | 256 | 216 | 156 | 0 | 22 | 45 | 40 | 36 | 34 | 70 |
| Binary | 10101110 | 10001110 | 1101110 | 0 | 10010 | 100101 | 100000 | 11110 | 11100 | 111000 |
Color Harmonies of #AE8E6E
Complementary color
Monochromatic Colors of #AE8E6E
Black with #AE8E6E
Text Example
Text Example
White with #AE8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8E6E; }
p { color: rgb(174,142,110); }
H1.HeaderClassName
{
color: #AE8E6E;
}
.AnyTagClassName
{
color: #AE8E6E;
}
</style>
background-color css
<style>
a { background-color: #AE8E6E; }
a { background-color: rgb(174,142,110); }
div.DivClassName
{
background-color: #AE8E6E;
}
.BgClassName
{
background-color: #AE8E6E;
}
</style>
border-color css
<style>
span { border-color: #AE8E6E; }
span { border-color: rgb(174,142,110); }
td.TdClassName
{
border-color: #AE8E6E;
}
.TagClassName
{
border-color: #AE8E6E;
}
</style>