Shades of Mongoose #AA8B69
Tints of Mongoose #AA8B69
RGB
CMYK
RGB Variations
Color information
#AA8B69 (or 0xAA8B69) is known color: Mongoose. HEX triplet: AA, 8B and 69. RGB value is (170,139,105). Sum of RGB (Red+Green+Blue) = 170+139+105=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B69 is #557496. Grayscale: #909090. Windows color (decimal): -5600407 or 6917034. OLE color: 6917034.
HSL color Cylindrical-coordinate representation of color #AA8B69: hue angle of 31.38º degrees, saturation: 0.28, 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 #AA8B69 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 105 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.33 |
| HSL | 31.38º | 0.28% | 0.54% | - |
| HSV(B) | 31.38º | 0.38% | 0.67% | - |
| XYZ | 28.36 | 28.03 | 17.28 | - |
| YUV | 144.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 105 | 0 | 0.18 | 0.38 | 0.33 | 31.38 | 0.28 | 0.54 |
| Hex | AA | 8B | 69 | 0 | 12 | 26 | 21 | 1F | 1C | 36 |
| Octal | 252 | 213 | 151 | 0 | 22 | 46 | 41 | 37 | 34 | 66 |
| Binary | 10101010 | 10001011 | 1101001 | 0 | 10010 | 100110 | 100001 | 11111 | 11100 | 110110 |
Color Harmonies of #AA8B69
Complementary color
Monochromatic Colors of #AA8B69
Black with #AA8B69
Text Example
Text Example
White with #AA8B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B69; }
p { color: rgb(170,139,105); }
H1.HeaderClassName
{
color: #AA8B69;
}
.AnyTagClassName
{
color: #AA8B69;
}
</style>
background-color css
<style>
a { background-color: #AA8B69; }
a { background-color: rgb(170,139,105); }
div.DivClassName
{
background-color: #AA8B69;
}
.BgClassName
{
background-color: #AA8B69;
}
</style>
border-color css
<style>
span { border-color: #AA8B69; }
span { border-color: rgb(170,139,105); }
td.TdClassName
{
border-color: #AA8B69;
}
.TagClassName
{
border-color: #AA8B69;
}
</style>