Shades of Mongoose #AE916D
Tints of Mongoose #AE916D
RGB
CMYK
RGB Variations
Color information
#AE916D (or 0xAE916D) is known color: Mongoose. HEX triplet: AE, 91 and 6D. RGB value is (174,145,109). Sum of RGB (Red+Green+Blue) = 174+145+109=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE916D is #516E92. Grayscale: #959595. Windows color (decimal): -5336723 or 7180718. OLE color: 7180718.
HSL color Cylindrical-coordinate representation of color #AE916D: hue angle of 33.23º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE916D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 109 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.32 |
| HSL | 33.23º | 0.29% | 0.55% | - |
| HSV(B) | 33.23º | 0.37% | 0.68% | - |
| XYZ | 30.34 | 30.35 | 18.73 | - |
| YUV | 149.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 109 | 0 | 0.17 | 0.37 | 0.32 | 33.23 | 0.29 | 0.55 |
| Hex | AE | 91 | 6D | 0 | 11 | 25 | 20 | 21 | 1D | 37 |
| Octal | 256 | 221 | 155 | 0 | 21 | 45 | 40 | 41 | 35 | 67 |
| Binary | 10101110 | 10010001 | 1101101 | 0 | 10001 | 100101 | 100000 | 100001 | 11101 | 110111 |
Color Harmonies of #AE916D
Complementary color
Monochromatic Colors of #AE916D
Black with #AE916D
Text Example
Text Example
White with #AE916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE916D; }
p { color: rgb(174,145,109); }
H1.HeaderClassName
{
color: #AE916D;
}
.AnyTagClassName
{
color: #AE916D;
}
</style>
background-color css
<style>
a { background-color: #AE916D; }
a { background-color: rgb(174,145,109); }
div.DivClassName
{
background-color: #AE916D;
}
.BgClassName
{
background-color: #AE916D;
}
</style>
border-color css
<style>
span { border-color: #AE916D; }
span { border-color: rgb(174,145,109); }
td.TdClassName
{
border-color: #AE916D;
}
.TagClassName
{
border-color: #AE916D;
}
</style>