Shades of Mongoose #A48C71
Tints of Mongoose #A48C71
RGB
CMYK
RGB Variations
Color information
#A48C71 (or 0xA48C71) is known color: Mongoose. HEX triplet: A4, 8C and 71. RGB value is (164,140,113). Sum of RGB (Red+Green+Blue) = 164+140+113=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C71 is #5B738E. Grayscale: #909090. Windows color (decimal): -5993359 or 7441572. OLE color: 7441572.
HSL color Cylindrical-coordinate representation of color #A48C71: hue angle of 31.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48C71 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 113 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.36 |
| HSL | 31.76º | 0.22% | 0.54% | - |
| HSV(B) | 31.76º | 0.31% | 0.64% | - |
| XYZ | 27.67 | 27.84 | 19.54 | - |
| YUV | 144.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 113 | 0 | 0.15 | 0.31 | 0.36 | 31.76 | 0.22 | 0.54 |
| Hex | A4 | 8C | 71 | 0 | F | 1F | 24 | 20 | 16 | 36 |
| Octal | 244 | 214 | 161 | 0 | 17 | 37 | 44 | 40 | 26 | 66 |
| Binary | 10100100 | 10001100 | 1110001 | 0 | 1111 | 11111 | 100100 | 100000 | 10110 | 110110 |
Color Harmonies of #A48C71
Complementary color
Monochromatic Colors of #A48C71
Black with #A48C71
Text Example
Text Example
White with #A48C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C71; }
p { color: rgb(164,140,113); }
H1.HeaderClassName
{
color: #A48C71;
}
.AnyTagClassName
{
color: #A48C71;
}
</style>
background-color css
<style>
a { background-color: #A48C71; }
a { background-color: rgb(164,140,113); }
div.DivClassName
{
background-color: #A48C71;
}
.BgClassName
{
background-color: #A48C71;
}
</style>
border-color css
<style>
span { border-color: #A48C71; }
span { border-color: rgb(164,140,113); }
td.TdClassName
{
border-color: #A48C71;
}
.TagClassName
{
border-color: #A48C71;
}
</style>