Shades of Mongoose #AA8A75
Tints of Mongoose #AA8A75
RGB
CMYK
RGB Variations
Color information
#AA8A75 (or 0xAA8A75) is known color: Mongoose. HEX triplet: AA, 8A and 75. RGB value is (170,138,117). Sum of RGB (Red+Green+Blue) = 170+138+117=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A75 is #55758A. Grayscale: #919191. Windows color (decimal): -5600651 or 7703210. OLE color: 7703210.
HSL color Cylindrical-coordinate representation of color #AA8A75: hue angle of 23.77º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8A75 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 117 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.33 |
| HSL | 23.77º | 0.24% | 0.56% | - |
| HSV(B) | 23.77º | 0.31% | 0.67% | - |
| XYZ | 28.88 | 28.01 | 20.71 | - |
| YUV | 145.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 117 | 0 | 0.19 | 0.31 | 0.33 | 23.77 | 0.24 | 0.56 |
| Hex | AA | 8A | 75 | 0 | 13 | 1F | 21 | 18 | 18 | 38 |
| Octal | 252 | 212 | 165 | 0 | 23 | 37 | 41 | 30 | 30 | 70 |
| Binary | 10101010 | 10001010 | 1110101 | 0 | 10011 | 11111 | 100001 | 11000 | 11000 | 111000 |
Color Harmonies of #AA8A75
Complementary color
Monochromatic Colors of #AA8A75
Black with #AA8A75
Text Example
Text Example
White with #AA8A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A75; }
p { color: rgb(170,138,117); }
H1.HeaderClassName
{
color: #AA8A75;
}
.AnyTagClassName
{
color: #AA8A75;
}
</style>
background-color css
<style>
a { background-color: #AA8A75; }
a { background-color: rgb(170,138,117); }
div.DivClassName
{
background-color: #AA8A75;
}
.BgClassName
{
background-color: #AA8A75;
}
</style>
border-color css
<style>
span { border-color: #AA8A75; }
span { border-color: rgb(170,138,117); }
td.TdClassName
{
border-color: #AA8A75;
}
.TagClassName
{
border-color: #AA8A75;
}
</style>