Shades of Mongoose #A2886F
Tints of Mongoose #A2886F
RGB
CMYK
RGB Variations
Color information
#A2886F (or 0xA2886F) is known color: Mongoose. HEX triplet: A2, 88 and 6F. RGB value is (162,136,111). Sum of RGB (Red+Green+Blue) = 162+136+111=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2886F is #5D7790. Grayscale: #8D8D8D. Windows color (decimal): -6125457 or 7309474. OLE color: 7309474.
HSL color Cylindrical-coordinate representation of color #A2886F: hue angle of 29.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2886F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 111 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.36 |
| HSL | 29.41º | 0.22% | 0.54% | - |
| HSV(B) | 29.41º | 0.31% | 0.64% | - |
| XYZ | 26.57 | 26.44 | 18.74 | - |
| YUV | 140.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 111 | 0 | 0.16 | 0.31 | 0.36 | 29.41 | 0.22 | 0.54 |
| Hex | A2 | 88 | 6F | 0 | 10 | 1F | 24 | 1D | 16 | 36 |
| Octal | 242 | 210 | 157 | 0 | 20 | 37 | 44 | 35 | 26 | 66 |
| Binary | 10100010 | 10001000 | 1101111 | 0 | 10000 | 11111 | 100100 | 11101 | 10110 | 110110 |
Color Harmonies of #A2886F
Complementary color
Monochromatic Colors of #A2886F
Black with #A2886F
Text Example
Text Example
White with #A2886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2886F; }
p { color: rgb(162,136,111); }
H1.HeaderClassName
{
color: #A2886F;
}
.AnyTagClassName
{
color: #A2886F;
}
</style>
background-color css
<style>
a { background-color: #A2886F; }
a { background-color: rgb(162,136,111); }
div.DivClassName
{
background-color: #A2886F;
}
.BgClassName
{
background-color: #A2886F;
}
</style>
border-color css
<style>
span { border-color: #A2886F; }
span { border-color: rgb(162,136,111); }
td.TdClassName
{
border-color: #A2886F;
}
.TagClassName
{
border-color: #A2886F;
}
</style>