Shades of Mongoose #A08E7A
Tints of Mongoose #A08E7A
RGB
CMYK
RGB Variations
Color information
#A08E7A (or 0xA08E7A) is known color: Mongoose. HEX triplet: A0, 8E and 7A. RGB value is (160,142,122). Sum of RGB (Red+Green+Blue) = 160+142+122=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E7A is #5F7185. Grayscale: #919191. Windows color (decimal): -6254982 or 8031904. OLE color: 8031904.
HSL color Cylindrical-coordinate representation of color #A08E7A: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08E7A is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 122 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.37 |
| HSL | 31.58º | 0.17% | 0.55% | - |
| HSV(B) | 31.58º | 0.24% | 0.63% | - |
| XYZ | 27.68 | 28.22 | 22.4 | - |
| YUV | 145.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 122 | 0 | 0.11 | 0.24 | 0.37 | 31.58 | 0.17 | 0.55 |
| Hex | A0 | 8E | 7A | 0 | B | 18 | 25 | 20 | 11 | 37 |
| Octal | 240 | 216 | 172 | 0 | 13 | 30 | 45 | 40 | 21 | 67 |
| Binary | 10100000 | 10001110 | 1111010 | 0 | 1011 | 11000 | 100101 | 100000 | 10001 | 110111 |
Color Harmonies of #A08E7A
Complementary color
Monochromatic Colors of #A08E7A
Black with #A08E7A
Text Example
Text Example
White with #A08E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E7A; }
p { color: rgb(160,142,122); }
H1.HeaderClassName
{
color: #A08E7A;
}
.AnyTagClassName
{
color: #A08E7A;
}
</style>
background-color css
<style>
a { background-color: #A08E7A; }
a { background-color: rgb(160,142,122); }
div.DivClassName
{
background-color: #A08E7A;
}
.BgClassName
{
background-color: #A08E7A;
}
</style>
border-color css
<style>
span { border-color: #A08E7A; }
span { border-color: rgb(160,142,122); }
td.TdClassName
{
border-color: #A08E7A;
}
.TagClassName
{
border-color: #A08E7A;
}
</style>