Shades of Mongoose #AE9273
Tints of Mongoose #AE9273
RGB
CMYK
RGB Variations
Color information
#AE9273 (or 0xAE9273) is known color: Mongoose. HEX triplet: AE, 92 and 73. RGB value is (174,146,115). Sum of RGB (Red+Green+Blue) = 174+146+115=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9273 is #516D8C. Grayscale: #969696. Windows color (decimal): -5336461 or 7574190. OLE color: 7574190.
HSL color Cylindrical-coordinate representation of color #AE9273: hue angle of 31.53º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9273 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 115 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.32 |
| HSL | 31.53º | 0.27% | 0.57% | - |
| HSV(B) | 31.53º | 0.34% | 0.68% | - |
| XYZ | 30.83 | 30.79 | 20.54 | - |
| YUV | 150.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 115 | 0 | 0.16 | 0.34 | 0.32 | 31.53 | 0.27 | 0.57 |
| Hex | AE | 92 | 73 | 0 | 10 | 22 | 20 | 20 | 1B | 39 |
| Octal | 256 | 222 | 163 | 0 | 20 | 42 | 40 | 40 | 33 | 71 |
| Binary | 10101110 | 10010010 | 1110011 | 0 | 10000 | 100010 | 100000 | 100000 | 11011 | 111001 |
Color Harmonies of #AE9273
Complementary color
Monochromatic Colors of #AE9273
Black with #AE9273
Text Example
Text Example
White with #AE9273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9273; }
p { color: rgb(174,146,115); }
H1.HeaderClassName
{
color: #AE9273;
}
.AnyTagClassName
{
color: #AE9273;
}
</style>
background-color css
<style>
a { background-color: #AE9273; }
a { background-color: rgb(174,146,115); }
div.DivClassName
{
background-color: #AE9273;
}
.BgClassName
{
background-color: #AE9273;
}
</style>
border-color css
<style>
span { border-color: #AE9273; }
span { border-color: rgb(174,146,115); }
td.TdClassName
{
border-color: #AE9273;
}
.TagClassName
{
border-color: #AE9273;
}
</style>