Shades of Mongoose #AA936C
Tints of Mongoose #AA936C
RGB
CMYK
RGB Variations
Color information
#AA936C (or 0xAA936C) is known color: Mongoose. HEX triplet: AA, 93 and 6C. RGB value is (170,147,108). Sum of RGB (Red+Green+Blue) = 170+147+108=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA936C is #556C93. Grayscale: #959595. Windows color (decimal): -5598356 or 7115690. OLE color: 7115690.
HSL color Cylindrical-coordinate representation of color #AA936C: hue angle of 37.74º degrees, saturation: 0.27, 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 #AA936C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 108 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.33 |
| HSL | 37.74º | 0.27% | 0.55% | - |
| HSV(B) | 37.74º | 0.36% | 0.67% | - |
| XYZ | 29.72 | 30.5 | 18.51 | - |
| YUV | 149.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 108 | 0 | 0.14 | 0.36 | 0.33 | 37.74 | 0.27 | 0.55 |
| Hex | AA | 93 | 6C | 0 | E | 24 | 21 | 26 | 1B | 37 |
| Octal | 252 | 223 | 154 | 0 | 16 | 44 | 41 | 46 | 33 | 67 |
| Binary | 10101010 | 10010011 | 1101100 | 0 | 1110 | 100100 | 100001 | 100110 | 11011 | 110111 |
Color Harmonies of #AA936C
Complementary color
Monochromatic Colors of #AA936C
Black with #AA936C
Text Example
Text Example
White with #AA936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA936C; }
p { color: rgb(170,147,108); }
H1.HeaderClassName
{
color: #AA936C;
}
.AnyTagClassName
{
color: #AA936C;
}
</style>
background-color css
<style>
a { background-color: #AA936C; }
a { background-color: rgb(170,147,108); }
div.DivClassName
{
background-color: #AA936C;
}
.BgClassName
{
background-color: #AA936C;
}
</style>
border-color css
<style>
span { border-color: #AA936C; }
span { border-color: rgb(170,147,108); }
td.TdClassName
{
border-color: #AA936C;
}
.TagClassName
{
border-color: #AA936C;
}
</style>