Shades of Mongoose #AA8A6D
Tints of Mongoose #AA8A6D
RGB
CMYK
RGB Variations
Color information
#AA8A6D (or 0xAA8A6D) is known color: Mongoose. HEX triplet: AA, 8A and 6D. RGB value is (170,138,109). Sum of RGB (Red+Green+Blue) = 170+138+109=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A6D is #557592. Grayscale: #909090. Windows color (decimal): -5600659 or 7178922. OLE color: 7178922.
HSL color Cylindrical-coordinate representation of color #AA8A6D: hue angle of 28.52º 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 #AA8A6D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 109 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.33 |
| HSL | 28.52º | 0.26% | 0.55% | - |
| HSV(B) | 28.52º | 0.36% | 0.67% | - |
| XYZ | 28.43 | 27.83 | 18.34 | - |
| YUV | 144.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 109 | 0 | 0.19 | 0.36 | 0.33 | 28.52 | 0.26 | 0.55 |
| Hex | AA | 8A | 6D | 0 | 13 | 24 | 21 | 1D | 1A | 37 |
| Octal | 252 | 212 | 155 | 0 | 23 | 44 | 41 | 35 | 32 | 67 |
| Binary | 10101010 | 10001010 | 1101101 | 0 | 10011 | 100100 | 100001 | 11101 | 11010 | 110111 |
Color Harmonies of #AA8A6D
Complementary color
Monochromatic Colors of #AA8A6D
Black with #AA8A6D
Text Example
Text Example
White with #AA8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A6D; }
p { color: rgb(170,138,109); }
H1.HeaderClassName
{
color: #AA8A6D;
}
.AnyTagClassName
{
color: #AA8A6D;
}
</style>
background-color css
<style>
a { background-color: #AA8A6D; }
a { background-color: rgb(170,138,109); }
div.DivClassName
{
background-color: #AA8A6D;
}
.BgClassName
{
background-color: #AA8A6D;
}
</style>
border-color css
<style>
span { border-color: #AA8A6D; }
span { border-color: rgb(170,138,109); }
td.TdClassName
{
border-color: #AA8A6D;
}
.TagClassName
{
border-color: #AA8A6D;
}
</style>