Shades of Mongoose #A48D6D
Tints of Mongoose #A48D6D
RGB
CMYK
RGB Variations
Color information
#A48D6D (or 0xA48D6D) is known color: Mongoose. HEX triplet: A4, 8D and 6D. RGB value is (164,141,109). Sum of RGB (Red+Green+Blue) = 164+141+109=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D6D is #5B7292. Grayscale: #909090. Windows color (decimal): -5993107 or 7179684. OLE color: 7179684.
HSL color Cylindrical-coordinate representation of color #A48D6D: hue angle of 34.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48D6D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 109 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.36 |
| HSL | 34.91º | 0.23% | 0.54% | - |
| HSV(B) | 34.91º | 0.34% | 0.64% | - |
| XYZ | 27.6 | 28.05 | 18.43 | - |
| YUV | 144.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 109 | 0 | 0.14 | 0.34 | 0.36 | 34.91 | 0.23 | 0.54 |
| Hex | A4 | 8D | 6D | 0 | E | 22 | 24 | 23 | 17 | 36 |
| Octal | 244 | 215 | 155 | 0 | 16 | 42 | 44 | 43 | 27 | 66 |
| Binary | 10100100 | 10001101 | 1101101 | 0 | 1110 | 100010 | 100100 | 100011 | 10111 | 110110 |
Color Harmonies of #A48D6D
Complementary color
Monochromatic Colors of #A48D6D
Black with #A48D6D
Text Example
Text Example
White with #A48D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D6D; }
p { color: rgb(164,141,109); }
H1.HeaderClassName
{
color: #A48D6D;
}
.AnyTagClassName
{
color: #A48D6D;
}
</style>
background-color css
<style>
a { background-color: #A48D6D; }
a { background-color: rgb(164,141,109); }
div.DivClassName
{
background-color: #A48D6D;
}
.BgClassName
{
background-color: #A48D6D;
}
</style>
border-color css
<style>
span { border-color: #A48D6D; }
span { border-color: rgb(164,141,109); }
td.TdClassName
{
border-color: #A48D6D;
}
.TagClassName
{
border-color: #A48D6D;
}
</style>