Shades of Mongoose #AA8B6B
Tints of Mongoose #AA8B6B
RGB
CMYK
RGB Variations
Color information
#AA8B6B (or 0xAA8B6B) is known color: Mongoose. HEX triplet: AA, 8B and 6B. RGB value is (170,139,107). Sum of RGB (Red+Green+Blue) = 170+139+107=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B6B is #557494. Grayscale: #909090. Windows color (decimal): -5600405 or 7048106. OLE color: 7048106.
HSL color Cylindrical-coordinate representation of color #AA8B6B: hue angle of 30.48º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA8B6B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 107 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.33 |
| HSL | 30.48º | 0.27% | 0.54% | - |
| HSV(B) | 30.48º | 0.37% | 0.67% | - |
| XYZ | 28.46 | 28.07 | 17.83 | - |
| YUV | 144.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 107 | 0 | 0.18 | 0.37 | 0.33 | 30.48 | 0.27 | 0.54 |
| Hex | AA | 8B | 6B | 0 | 12 | 25 | 21 | 1E | 1B | 36 |
| Octal | 252 | 213 | 153 | 0 | 22 | 45 | 41 | 36 | 33 | 66 |
| Binary | 10101010 | 10001011 | 1101011 | 0 | 10010 | 100101 | 100001 | 11110 | 11011 | 110110 |
Color Harmonies of #AA8B6B
Complementary color
Monochromatic Colors of #AA8B6B
Black with #AA8B6B
Text Example
Text Example
White with #AA8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B6B; }
p { color: rgb(170,139,107); }
H1.HeaderClassName
{
color: #AA8B6B;
}
.AnyTagClassName
{
color: #AA8B6B;
}
</style>
background-color css
<style>
a { background-color: #AA8B6B; }
a { background-color: rgb(170,139,107); }
div.DivClassName
{
background-color: #AA8B6B;
}
.BgClassName
{
background-color: #AA8B6B;
}
</style>
border-color css
<style>
span { border-color: #AA8B6B; }
span { border-color: rgb(170,139,107); }
td.TdClassName
{
border-color: #AA8B6B;
}
.TagClassName
{
border-color: #AA8B6B;
}
</style>