Shades of Mongoose #AE8C6E
Tints of Mongoose #AE8C6E
RGB
CMYK
RGB Variations
Color information
#AE8C6E (or 0xAE8C6E) is known color: Mongoose. HEX triplet: AE, 8C and 6E. RGB value is (174,140,110). Sum of RGB (Red+Green+Blue) = 174+140+110=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C6E is #517391. Grayscale: #929292. Windows color (decimal): -5338002 or 7244974. OLE color: 7244974.
HSL color Cylindrical-coordinate representation of color #AE8C6E: hue angle of 28.12º 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 #AE8C6E is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 110 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.32 |
| HSL | 28.13º | 0.28% | 0.56% | - |
| HSV(B) | 28.13º | 0.37% | 0.68% | - |
| XYZ | 29.65 | 28.88 | 18.76 | - |
| YUV | 146.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 110 | 0 | 0.20 | 0.37 | 0.32 | 28.13 | 0.28 | 0.56 |
| Hex | AE | 8C | 6E | 0 | 14 | 25 | 20 | 1C | 1C | 38 |
| Octal | 256 | 214 | 156 | 0 | 24 | 45 | 40 | 34 | 34 | 70 |
| Binary | 10101110 | 10001100 | 1101110 | 0 | 10100 | 100101 | 100000 | 11100 | 11100 | 111000 |
Color Harmonies of #AE8C6E
Complementary color
Monochromatic Colors of #AE8C6E
Black with #AE8C6E
Text Example
Text Example
White with #AE8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C6E; }
p { color: rgb(174,140,110); }
H1.HeaderClassName
{
color: #AE8C6E;
}
.AnyTagClassName
{
color: #AE8C6E;
}
</style>
background-color css
<style>
a { background-color: #AE8C6E; }
a { background-color: rgb(174,140,110); }
div.DivClassName
{
background-color: #AE8C6E;
}
.BgClassName
{
background-color: #AE8C6E;
}
</style>
border-color css
<style>
span { border-color: #AE8C6E; }
span { border-color: rgb(174,140,110); }
td.TdClassName
{
border-color: #AE8C6E;
}
.TagClassName
{
border-color: #AE8C6E;
}
</style>