Shades of Mongoose #AE8C66
Tints of Mongoose #AE8C66
RGB
CMYK
RGB Variations
Color information
#AE8C66 (or 0xAE8C66) is known color: Mongoose. HEX triplet: AE, 8C and 66. RGB value is (174,140,102). Sum of RGB (Red+Green+Blue) = 174+140+102=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C66 is #517399. Grayscale: #929292. Windows color (decimal): -5338010 or 6720686. OLE color: 6720686.
HSL color Cylindrical-coordinate representation of color #AE8C66: hue angle of 31.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8C66 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 102 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.32 |
| HSL | 31.67º | 0.31% | 0.54% | - |
| HSV(B) | 31.67º | 0.41% | 0.68% | - |
| XYZ | 29.23 | 28.71 | 16.57 | - |
| YUV | 145.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 102 | 0 | 0.20 | 0.41 | 0.32 | 31.67 | 0.31 | 0.54 |
| Hex | AE | 8C | 66 | 0 | 14 | 29 | 20 | 20 | 1F | 36 |
| Octal | 256 | 214 | 146 | 0 | 24 | 51 | 40 | 40 | 37 | 66 |
| Binary | 10101110 | 10001100 | 1100110 | 0 | 10100 | 101001 | 100000 | 100000 | 11111 | 110110 |
Color Harmonies of #AE8C66
Complementary color
Monochromatic Colors of #AE8C66
Black with #AE8C66
Text Example
Text Example
White with #AE8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C66; }
p { color: rgb(174,140,102); }
H1.HeaderClassName
{
color: #AE8C66;
}
.AnyTagClassName
{
color: #AE8C66;
}
</style>
background-color css
<style>
a { background-color: #AE8C66; }
a { background-color: rgb(174,140,102); }
div.DivClassName
{
background-color: #AE8C66;
}
.BgClassName
{
background-color: #AE8C66;
}
</style>
border-color css
<style>
span { border-color: #AE8C66; }
span { border-color: rgb(174,140,102); }
td.TdClassName
{
border-color: #AE8C66;
}
.TagClassName
{
border-color: #AE8C66;
}
</style>