Shades of Mongoose #A18B73
Tints of Mongoose #A18B73
RGB
CMYK
RGB Variations
Color information
#A18B73 (or 0xA18B73) is known color: Mongoose. HEX triplet: A1, 8B and 73. RGB value is (161,139,115). Sum of RGB (Red+Green+Blue) = 161+139+115=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B73 is #5E748C. Grayscale: #8E8E8E. Windows color (decimal): -6190221 or 7572385. OLE color: 7572385.
HSL color Cylindrical-coordinate representation of color #A18B73: hue angle of 31.3º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A18B73 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 115 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.37 |
| HSL | 31.3º | 0.2% | 0.54% | - |
| HSV(B) | 31.3º | 0.29% | 0.63% | - |
| XYZ | 27.03 | 27.28 | 20.06 | - |
| YUV | 142.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 115 | 0 | 0.14 | 0.29 | 0.37 | 31.3 | 0.2 | 0.54 |
| Hex | A1 | 8B | 73 | 0 | E | 1D | 25 | 1F | 14 | 36 |
| Octal | 241 | 213 | 163 | 0 | 16 | 35 | 45 | 37 | 24 | 66 |
| Binary | 10100001 | 10001011 | 1110011 | 0 | 1110 | 11101 | 100101 | 11111 | 10100 | 110110 |
Color Harmonies of #A18B73
Complementary color
Monochromatic Colors of #A18B73
Black with #A18B73
Text Example
Text Example
White with #A18B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B73; }
p { color: rgb(161,139,115); }
H1.HeaderClassName
{
color: #A18B73;
}
.AnyTagClassName
{
color: #A18B73;
}
</style>
background-color css
<style>
a { background-color: #A18B73; }
a { background-color: rgb(161,139,115); }
div.DivClassName
{
background-color: #A18B73;
}
.BgClassName
{
background-color: #A18B73;
}
</style>
border-color css
<style>
span { border-color: #A18B73; }
span { border-color: rgb(161,139,115); }
td.TdClassName
{
border-color: #A18B73;
}
.TagClassName
{
border-color: #A18B73;
}
</style>