Shades of Mongoose #A18B74
Tints of Mongoose #A18B74
RGB
CMYK
RGB Variations
Color information
#A18B74 (or 0xA18B74) is known color: Mongoose. HEX triplet: A1, 8B and 74. RGB value is (161,139,116). Sum of RGB (Red+Green+Blue) = 161+139+116=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B74 is #5E748B. Grayscale: #8F8F8F. Windows color (decimal): -6190220 or 7637921. OLE color: 7637921.
HSL color Cylindrical-coordinate representation of color #A18B74: hue angle of 30.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A18B74 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 116 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.37 |
| HSL | 30.67º | 0.19% | 0.54% | - |
| HSV(B) | 30.67º | 0.28% | 0.63% | - |
| XYZ | 27.08 | 27.3 | 20.37 | - |
| YUV | 142.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 116 | 0 | 0.14 | 0.28 | 0.37 | 30.67 | 0.19 | 0.54 |
| Hex | A1 | 8B | 74 | 0 | E | 1C | 25 | 1F | 13 | 36 |
| Octal | 241 | 213 | 164 | 0 | 16 | 34 | 45 | 37 | 23 | 66 |
| Binary | 10100001 | 10001011 | 1110100 | 0 | 1110 | 11100 | 100101 | 11111 | 10011 | 110110 |
Color Harmonies of #A18B74
Complementary color
Monochromatic Colors of #A18B74
Black with #A18B74
Text Example
Text Example
White with #A18B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B74; }
p { color: rgb(161,139,116); }
H1.HeaderClassName
{
color: #A18B74;
}
.AnyTagClassName
{
color: #A18B74;
}
</style>
background-color css
<style>
a { background-color: #A18B74; }
a { background-color: rgb(161,139,116); }
div.DivClassName
{
background-color: #A18B74;
}
.BgClassName
{
background-color: #A18B74;
}
</style>
border-color css
<style>
span { border-color: #A18B74; }
span { border-color: rgb(161,139,116); }
td.TdClassName
{
border-color: #A18B74;
}
.TagClassName
{
border-color: #A18B74;
}
</style>