Shades of Mongoose #A18B6D
Tints of Mongoose #A18B6D
RGB
CMYK
RGB Variations
Color information
#A18B6D (or 0xA18B6D) is known color: Mongoose. HEX triplet: A1, 8B and 6D. RGB value is (161,139,109). Sum of RGB (Red+Green+Blue) = 161+139+109=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B6D is #5E7492. Grayscale: #8E8E8E. Windows color (decimal): -6190227 or 7179169. OLE color: 7179169.
HSL color Cylindrical-coordinate representation of color #A18B6D: hue angle of 34.62º 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 #A18B6D is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 109 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.37 |
| HSL | 34.62º | 0.22% | 0.53% | - |
| HSV(B) | 34.62º | 0.32% | 0.63% | - |
| XYZ | 26.69 | 27.15 | 18.3 | - |
| YUV | 142.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 109 | 0 | 0.14 | 0.32 | 0.37 | 34.62 | 0.22 | 0.53 |
| Hex | A1 | 8B | 6D | 0 | E | 20 | 25 | 23 | 16 | 35 |
| Octal | 241 | 213 | 155 | 0 | 16 | 40 | 45 | 43 | 26 | 65 |
| Binary | 10100001 | 10001011 | 1101101 | 0 | 1110 | 100000 | 100101 | 100011 | 10110 | 110101 |
Color Harmonies of #A18B6D
Complementary color
Monochromatic Colors of #A18B6D
Black with #A18B6D
Text Example
Text Example
White with #A18B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B6D; }
p { color: rgb(161,139,109); }
H1.HeaderClassName
{
color: #A18B6D;
}
.AnyTagClassName
{
color: #A18B6D;
}
</style>
background-color css
<style>
a { background-color: #A18B6D; }
a { background-color: rgb(161,139,109); }
div.DivClassName
{
background-color: #A18B6D;
}
.BgClassName
{
background-color: #A18B6D;
}
</style>
border-color css
<style>
span { border-color: #A18B6D; }
span { border-color: rgb(161,139,109); }
td.TdClassName
{
border-color: #A18B6D;
}
.TagClassName
{
border-color: #A18B6D;
}
</style>