Shades of Mongoose #AA8B6D
Tints of Mongoose #AA8B6D
RGB
CMYK
RGB Variations
Color information
#AA8B6D (or 0xAA8B6D) is known color: Mongoose. HEX triplet: AA, 8B and 6D. RGB value is (170,139,109). Sum of RGB (Red+Green+Blue) = 170+139+109=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B6D is #557492. Grayscale: #919191. Windows color (decimal): -5600403 or 7179178. OLE color: 7179178.
HSL color Cylindrical-coordinate representation of color #AA8B6D: hue angle of 29.51º 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 #AA8B6D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 109 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.33 |
| HSL | 29.51º | 0.26% | 0.55% | - |
| HSV(B) | 29.51º | 0.36% | 0.67% | - |
| XYZ | 28.57 | 28.12 | 18.39 | - |
| YUV | 144.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 109 | 0 | 0.18 | 0.36 | 0.33 | 29.51 | 0.26 | 0.55 |
| Hex | AA | 8B | 6D | 0 | 12 | 24 | 21 | 1E | 1A | 37 |
| Octal | 252 | 213 | 155 | 0 | 22 | 44 | 41 | 36 | 32 | 67 |
| Binary | 10101010 | 10001011 | 1101101 | 0 | 10010 | 100100 | 100001 | 11110 | 11010 | 110111 |
Color Harmonies of #AA8B6D
Complementary color
Monochromatic Colors of #AA8B6D
Black with #AA8B6D
Text Example
Text Example
White with #AA8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B6D; }
p { color: rgb(170,139,109); }
H1.HeaderClassName
{
color: #AA8B6D;
}
.AnyTagClassName
{
color: #AA8B6D;
}
</style>
background-color css
<style>
a { background-color: #AA8B6D; }
a { background-color: rgb(170,139,109); }
div.DivClassName
{
background-color: #AA8B6D;
}
.BgClassName
{
background-color: #AA8B6D;
}
</style>
border-color css
<style>
span { border-color: #AA8B6D; }
span { border-color: rgb(170,139,109); }
td.TdClassName
{
border-color: #AA8B6D;
}
.TagClassName
{
border-color: #AA8B6D;
}
</style>