Shades of Mongoose #AE9471
Tints of Mongoose #AE9471
RGB
CMYK
RGB Variations
Color information
#AE9471 (or 0xAE9471) is known color: Mongoose. HEX triplet: AE, 94 and 71. RGB value is (174,148,113). Sum of RGB (Red+Green+Blue) = 174+148+113=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9471 is #516B8E. Grayscale: #979797. Windows color (decimal): -5335951 or 7443630. OLE color: 7443630.
HSL color Cylindrical-coordinate representation of color #AE9471: hue angle of 34.43º 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 #AE9471 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 148 | 113 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.32 |
| HSL | 34.43º | 0.27% | 0.56% | - |
| HSV(B) | 34.43º | 0.35% | 0.68% | - |
| XYZ | 31.03 | 31.37 | 20.04 | - |
| YUV | 151.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 148 | 113 | 0 | 0.15 | 0.35 | 0.32 | 34.43 | 0.27 | 0.56 |
| Hex | AE | 94 | 71 | 0 | F | 23 | 20 | 22 | 1B | 38 |
| Octal | 256 | 224 | 161 | 0 | 17 | 43 | 40 | 42 | 33 | 70 |
| Binary | 10101110 | 10010100 | 1110001 | 0 | 1111 | 100011 | 100000 | 100010 | 11011 | 111000 |
Color Harmonies of #AE9471
Complementary color
Monochromatic Colors of #AE9471
Black with #AE9471
Text Example
Text Example
White with #AE9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9471; }
p { color: rgb(174,148,113); }
H1.HeaderClassName
{
color: #AE9471;
}
.AnyTagClassName
{
color: #AE9471;
}
</style>
background-color css
<style>
a { background-color: #AE9471; }
a { background-color: rgb(174,148,113); }
div.DivClassName
{
background-color: #AE9471;
}
.BgClassName
{
background-color: #AE9471;
}
</style>
border-color css
<style>
span { border-color: #AE9471; }
span { border-color: rgb(174,148,113); }
td.TdClassName
{
border-color: #AE9471;
}
.TagClassName
{
border-color: #AE9471;
}
</style>