Shades of Mongoose #AE8C72
Tints of Mongoose #AE8C72
RGB
CMYK
RGB Variations
Color information
#AE8C72 (or 0xAE8C72) is known color: Mongoose. HEX triplet: AE, 8C and 72. RGB value is (174,140,114). Sum of RGB (Red+Green+Blue) = 174+140+114=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C72 is #51738D. Grayscale: #939393. Windows color (decimal): -5337998 or 7507118. OLE color: 7507118.
HSL color Cylindrical-coordinate representation of color #AE8C72: hue angle of 26º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE8C72 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 114 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.32 |
| HSL | 26º | 0.27% | 0.56% | - |
| HSV(B) | 26º | 0.34% | 0.68% | - |
| XYZ | 29.87 | 28.97 | 19.94 | - |
| YUV | 147.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 114 | 0 | 0.20 | 0.34 | 0.32 | 26 | 0.27 | 0.56 |
| Hex | AE | 8C | 72 | 0 | 14 | 22 | 20 | 1A | 1B | 38 |
| Octal | 256 | 214 | 162 | 0 | 24 | 42 | 40 | 32 | 33 | 70 |
| Binary | 10101110 | 10001100 | 1110010 | 0 | 10100 | 100010 | 100000 | 11010 | 11011 | 111000 |
Color Harmonies of #AE8C72
Complementary color
Monochromatic Colors of #AE8C72
Black with #AE8C72
Text Example
Text Example
White with #AE8C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C72; }
p { color: rgb(174,140,114); }
H1.HeaderClassName
{
color: #AE8C72;
}
.AnyTagClassName
{
color: #AE8C72;
}
</style>
background-color css
<style>
a { background-color: #AE8C72; }
a { background-color: rgb(174,140,114); }
div.DivClassName
{
background-color: #AE8C72;
}
.BgClassName
{
background-color: #AE8C72;
}
</style>
border-color css
<style>
span { border-color: #AE8C72; }
span { border-color: rgb(174,140,114); }
td.TdClassName
{
border-color: #AE8C72;
}
.TagClassName
{
border-color: #AE8C72;
}
</style>