Shades of Mongoose #AE8C68
Tints of Mongoose #AE8C68
RGB
CMYK
RGB Variations
Color information
#AE8C68 (or 0xAE8C68) is known color: Mongoose. HEX triplet: AE, 8C and 68. RGB value is (174,140,104). Sum of RGB (Red+Green+Blue) = 174+140+104=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C68 is #517397. Grayscale: #929292. Windows color (decimal): -5338008 or 6851758. OLE color: 6851758.
HSL color Cylindrical-coordinate representation of color #AE8C68: hue angle of 30.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8C68 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 104 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.32 |
| HSL | 30.86º | 0.3% | 0.55% | - |
| HSV(B) | 30.86º | 0.4% | 0.68% | - |
| XYZ | 29.33 | 28.75 | 17.1 | - |
| YUV | 146.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 104 | 0 | 0.20 | 0.40 | 0.32 | 30.86 | 0.3 | 0.55 |
| Hex | AE | 8C | 68 | 0 | 14 | 28 | 20 | 1F | 1E | 37 |
| Octal | 256 | 214 | 150 | 0 | 24 | 50 | 40 | 37 | 36 | 67 |
| Binary | 10101110 | 10001100 | 1101000 | 0 | 10100 | 101000 | 100000 | 11111 | 11110 | 110111 |
Color Harmonies of #AE8C68
Complementary color
Monochromatic Colors of #AE8C68
Black with #AE8C68
Text Example
Text Example
White with #AE8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C68; }
p { color: rgb(174,140,104); }
H1.HeaderClassName
{
color: #AE8C68;
}
.AnyTagClassName
{
color: #AE8C68;
}
</style>
background-color css
<style>
a { background-color: #AE8C68; }
a { background-color: rgb(174,140,104); }
div.DivClassName
{
background-color: #AE8C68;
}
.BgClassName
{
background-color: #AE8C68;
}
</style>
border-color css
<style>
span { border-color: #AE8C68; }
span { border-color: rgb(174,140,104); }
td.TdClassName
{
border-color: #AE8C68;
}
.TagClassName
{
border-color: #AE8C68;
}
</style>