Shades of Mongoose #AE916C
Tints of Mongoose #AE916C
RGB
CMYK
RGB Variations
Color information
#AE916C (or 0xAE916C) is known color: Mongoose. HEX triplet: AE, 91 and 6C. RGB value is (174,145,108). Sum of RGB (Red+Green+Blue) = 174+145+108=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE916C is #516E93. Grayscale: #959595. Windows color (decimal): -5336724 or 7115182. OLE color: 7115182.
HSL color Cylindrical-coordinate representation of color #AE916C: hue angle of 33.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE916C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 108 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.32 |
| HSL | 33.64º | 0.29% | 0.55% | - |
| HSV(B) | 33.64º | 0.38% | 0.68% | - |
| XYZ | 30.29 | 30.33 | 18.45 | - |
| YUV | 149.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 108 | 0 | 0.17 | 0.38 | 0.32 | 33.64 | 0.29 | 0.55 |
| Hex | AE | 91 | 6C | 0 | 11 | 26 | 20 | 22 | 1D | 37 |
| Octal | 256 | 221 | 154 | 0 | 21 | 46 | 40 | 42 | 35 | 67 |
| Binary | 10101110 | 10010001 | 1101100 | 0 | 10001 | 100110 | 100000 | 100010 | 11101 | 110111 |
Color Harmonies of #AE916C
Complementary color
Monochromatic Colors of #AE916C
Black with #AE916C
Text Example
Text Example
White with #AE916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE916C; }
p { color: rgb(174,145,108); }
H1.HeaderClassName
{
color: #AE916C;
}
.AnyTagClassName
{
color: #AE916C;
}
</style>
background-color css
<style>
a { background-color: #AE916C; }
a { background-color: rgb(174,145,108); }
div.DivClassName
{
background-color: #AE916C;
}
.BgClassName
{
background-color: #AE916C;
}
</style>
border-color css
<style>
span { border-color: #AE916C; }
span { border-color: rgb(174,145,108); }
td.TdClassName
{
border-color: #AE916C;
}
.TagClassName
{
border-color: #AE916C;
}
</style>