Shades of Mongoose #A18C70
Tints of Mongoose #A18C70
RGB
CMYK
RGB Variations
Color information
#A18C70 (or 0xA18C70) is known color: Mongoose. HEX triplet: A1, 8C and 70. RGB value is (161,140,112). Sum of RGB (Red+Green+Blue) = 161+140+112=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C70 is #5E738F. Grayscale: #8F8F8F. Windows color (decimal): -6189968 or 7376033. OLE color: 7376033.
HSL color Cylindrical-coordinate representation of color #A18C70: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18C70 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 112 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.37 |
| HSL | 34.29º | 0.21% | 0.54% | - |
| HSV(B) | 34.29º | 0.3% | 0.63% | - |
| XYZ | 27 | 27.5 | 19.21 | - |
| YUV | 143.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 112 | 0 | 0.13 | 0.30 | 0.37 | 34.29 | 0.21 | 0.54 |
| Hex | A1 | 8C | 70 | 0 | D | 1E | 25 | 22 | 15 | 36 |
| Octal | 241 | 214 | 160 | 0 | 15 | 36 | 45 | 42 | 25 | 66 |
| Binary | 10100001 | 10001100 | 1110000 | 0 | 1101 | 11110 | 100101 | 100010 | 10101 | 110110 |
Color Harmonies of #A18C70
Complementary color
Monochromatic Colors of #A18C70
Black with #A18C70
Text Example
Text Example
White with #A18C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C70; }
p { color: rgb(161,140,112); }
H1.HeaderClassName
{
color: #A18C70;
}
.AnyTagClassName
{
color: #A18C70;
}
</style>
background-color css
<style>
a { background-color: #A18C70; }
a { background-color: rgb(161,140,112); }
div.DivClassName
{
background-color: #A18C70;
}
.BgClassName
{
background-color: #A18C70;
}
</style>
border-color css
<style>
span { border-color: #A18C70; }
span { border-color: rgb(161,140,112); }
td.TdClassName
{
border-color: #A18C70;
}
.TagClassName
{
border-color: #A18C70;
}
</style>