Shades of Mongoose #A18C6D
Tints of Mongoose #A18C6D
RGB
CMYK
RGB Variations
Color information
#A18C6D (or 0xA18C6D) is known color: Mongoose. HEX triplet: A1, 8C and 6D. RGB value is (161,140,109). Sum of RGB (Red+Green+Blue) = 161+140+109=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C6D is #5E7392. Grayscale: #8E8E8E. Windows color (decimal): -6189971 or 7179425. OLE color: 7179425.
HSL color Cylindrical-coordinate representation of color #A18C6D: hue angle of 35.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18C6D is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 109 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.37 |
| HSL | 35.77º | 0.22% | 0.53% | - |
| HSV(B) | 35.77º | 0.32% | 0.63% | - |
| XYZ | 26.84 | 27.44 | 18.35 | - |
| YUV | 142.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 109 | 0 | 0.13 | 0.32 | 0.37 | 35.77 | 0.22 | 0.53 |
| Hex | A1 | 8C | 6D | 0 | D | 20 | 25 | 24 | 16 | 35 |
| Octal | 241 | 214 | 155 | 0 | 15 | 40 | 45 | 44 | 26 | 65 |
| Binary | 10100001 | 10001100 | 1101101 | 0 | 1101 | 100000 | 100101 | 100100 | 10110 | 110101 |
Color Harmonies of #A18C6D
Complementary color
Monochromatic Colors of #A18C6D
Black with #A18C6D
Text Example
Text Example
White with #A18C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C6D; }
p { color: rgb(161,140,109); }
H1.HeaderClassName
{
color: #A18C6D;
}
.AnyTagClassName
{
color: #A18C6D;
}
</style>
background-color css
<style>
a { background-color: #A18C6D; }
a { background-color: rgb(161,140,109); }
div.DivClassName
{
background-color: #A18C6D;
}
.BgClassName
{
background-color: #A18C6D;
}
</style>
border-color css
<style>
span { border-color: #A18C6D; }
span { border-color: rgb(161,140,109); }
td.TdClassName
{
border-color: #A18C6D;
}
.TagClassName
{
border-color: #A18C6D;
}
</style>