Shades of Mongoose #AE8A71
Tints of Mongoose #AE8A71
RGB
CMYK
RGB Variations
Color information
#AE8A71 (or 0xAE8A71) is known color: Mongoose. HEX triplet: AE, 8A and 71. RGB value is (174,138,113). Sum of RGB (Red+Green+Blue) = 174+138+113=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A71 is #51758E. Grayscale: #929292. Windows color (decimal): -5338511 or 7441070. OLE color: 7441070.
HSL color Cylindrical-coordinate representation of color #AE8A71: hue angle of 24.59º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE8A71 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 138 | 113 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.32 |
| HSL | 24.59º | 0.27% | 0.56% | - |
| HSV(B) | 24.59º | 0.35% | 0.68% | - |
| XYZ | 29.52 | 28.37 | 19.54 | - |
| YUV | 145.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 138 | 113 | 0 | 0.21 | 0.35 | 0.32 | 24.59 | 0.27 | 0.56 |
| Hex | AE | 8A | 71 | 0 | 15 | 23 | 20 | 19 | 1B | 38 |
| Octal | 256 | 212 | 161 | 0 | 25 | 43 | 40 | 31 | 33 | 70 |
| Binary | 10101110 | 10001010 | 1110001 | 0 | 10101 | 100011 | 100000 | 11001 | 11011 | 111000 |
Color Harmonies of #AE8A71
Complementary color
Monochromatic Colors of #AE8A71
Black with #AE8A71
Text Example
Text Example
White with #AE8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8A71; }
p { color: rgb(174,138,113); }
H1.HeaderClassName
{
color: #AE8A71;
}
.AnyTagClassName
{
color: #AE8A71;
}
</style>
background-color css
<style>
a { background-color: #AE8A71; }
a { background-color: rgb(174,138,113); }
div.DivClassName
{
background-color: #AE8A71;
}
.BgClassName
{
background-color: #AE8A71;
}
</style>
border-color css
<style>
span { border-color: #AE8A71; }
span { border-color: rgb(174,138,113); }
td.TdClassName
{
border-color: #AE8A71;
}
.TagClassName
{
border-color: #AE8A71;
}
</style>