Shades of Mongoose #AA916A
Tints of Mongoose #AA916A
RGB
CMYK
RGB Variations
Color information
#AA916A (or 0xAA916A) is known color: Mongoose. HEX triplet: AA, 91 and 6A. RGB value is (170,145,106). Sum of RGB (Red+Green+Blue) = 170+145+106=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA916A is #556E95. Grayscale: #949494. Windows color (decimal): -5598870 or 6984106. OLE color: 6984106.
HSL color Cylindrical-coordinate representation of color #AA916A: hue angle of 36.56º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA916A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 106 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.33 |
| HSL | 36.56º | 0.27% | 0.54% | - |
| HSV(B) | 36.56º | 0.38% | 0.67% | - |
| XYZ | 29.3 | 29.84 | 17.85 | - |
| YUV | 148.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 106 | 0 | 0.15 | 0.38 | 0.33 | 36.56 | 0.27 | 0.54 |
| Hex | AA | 91 | 6A | 0 | F | 26 | 21 | 25 | 1B | 36 |
| Octal | 252 | 221 | 152 | 0 | 17 | 46 | 41 | 45 | 33 | 66 |
| Binary | 10101010 | 10010001 | 1101010 | 0 | 1111 | 100110 | 100001 | 100101 | 11011 | 110110 |
Color Harmonies of #AA916A
Complementary color
Monochromatic Colors of #AA916A
Black with #AA916A
Text Example
Text Example
White with #AA916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA916A; }
p { color: rgb(170,145,106); }
H1.HeaderClassName
{
color: #AA916A;
}
.AnyTagClassName
{
color: #AA916A;
}
</style>
background-color css
<style>
a { background-color: #AA916A; }
a { background-color: rgb(170,145,106); }
div.DivClassName
{
background-color: #AA916A;
}
.BgClassName
{
background-color: #AA916A;
}
</style>
border-color css
<style>
span { border-color: #AA916A; }
span { border-color: rgb(170,145,106); }
td.TdClassName
{
border-color: #AA916A;
}
.TagClassName
{
border-color: #AA916A;
}
</style>