Shades of Mongoose #AE8E6D
Tints of Mongoose #AE8E6D
RGB
CMYK
RGB Variations
Color information
#AE8E6D (or 0xAE8E6D) is known color: Mongoose. HEX triplet: AE, 8E and 6D. RGB value is (174,142,109). Sum of RGB (Red+Green+Blue) = 174+142+109=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E6D is #517192. Grayscale: #939393. Windows color (decimal): -5337491 or 7179950. OLE color: 7179950.
HSL color Cylindrical-coordinate representation of color #AE8E6D: hue angle of 30.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE8E6D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 142 | 109 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.32 |
| HSL | 30.46º | 0.29% | 0.55% | - |
| HSV(B) | 30.46º | 0.37% | 0.68% | - |
| XYZ | 29.89 | 29.45 | 18.58 | - |
| YUV | 147.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 142 | 109 | 0 | 0.18 | 0.37 | 0.32 | 30.46 | 0.29 | 0.55 |
| Hex | AE | 8E | 6D | 0 | 12 | 25 | 20 | 1E | 1D | 37 |
| Octal | 256 | 216 | 155 | 0 | 22 | 45 | 40 | 36 | 35 | 67 |
| Binary | 10101110 | 10001110 | 1101101 | 0 | 10010 | 100101 | 100000 | 11110 | 11101 | 110111 |
Color Harmonies of #AE8E6D
Complementary color
Monochromatic Colors of #AE8E6D
Black with #AE8E6D
Text Example
Text Example
White with #AE8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8E6D; }
p { color: rgb(174,142,109); }
H1.HeaderClassName
{
color: #AE8E6D;
}
.AnyTagClassName
{
color: #AE8E6D;
}
</style>
background-color css
<style>
a { background-color: #AE8E6D; }
a { background-color: rgb(174,142,109); }
div.DivClassName
{
background-color: #AE8E6D;
}
.BgClassName
{
background-color: #AE8E6D;
}
</style>
border-color css
<style>
span { border-color: #AE8E6D; }
span { border-color: rgb(174,142,109); }
td.TdClassName
{
border-color: #AE8E6D;
}
.TagClassName
{
border-color: #AE8E6D;
}
</style>