Shades of Mongoose #AA916D
Tints of Mongoose #AA916D
RGB
CMYK
RGB Variations
Color information
#AA916D (or 0xAA916D) is known color: Mongoose. HEX triplet: AA, 91 and 6D. RGB value is (170,145,109). Sum of RGB (Red+Green+Blue) = 170+145+109=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA916D is #556E92. Grayscale: #949494. Windows color (decimal): -5598867 or 7180714. OLE color: 7180714.
HSL color Cylindrical-coordinate representation of color #AA916D: hue angle of 35.41º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA916D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 109 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.33 |
| HSL | 35.41º | 0.26% | 0.55% | - |
| HSV(B) | 35.41º | 0.36% | 0.67% | - |
| XYZ | 29.46 | 29.9 | 18.69 | - |
| YUV | 148.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 109 | 0 | 0.15 | 0.36 | 0.33 | 35.41 | 0.26 | 0.55 |
| Hex | AA | 91 | 6D | 0 | F | 24 | 21 | 23 | 1A | 37 |
| Octal | 252 | 221 | 155 | 0 | 17 | 44 | 41 | 43 | 32 | 67 |
| Binary | 10101010 | 10010001 | 1101101 | 0 | 1111 | 100100 | 100001 | 100011 | 11010 | 110111 |
Color Harmonies of #AA916D
Complementary color
Monochromatic Colors of #AA916D
Black with #AA916D
Text Example
Text Example
White with #AA916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA916D; }
p { color: rgb(170,145,109); }
H1.HeaderClassName
{
color: #AA916D;
}
.AnyTagClassName
{
color: #AA916D;
}
</style>
background-color css
<style>
a { background-color: #AA916D; }
a { background-color: rgb(170,145,109); }
div.DivClassName
{
background-color: #AA916D;
}
.BgClassName
{
background-color: #AA916D;
}
</style>
border-color css
<style>
span { border-color: #AA916D; }
span { border-color: rgb(170,145,109); }
td.TdClassName
{
border-color: #AA916D;
}
.TagClassName
{
border-color: #AA916D;
}
</style>