Shades of Mongoose #A48D76
Tints of Mongoose #A48D76
RGB
CMYK
RGB Variations
Color information
#A48D76 (or 0xA48D76) is known color: Mongoose. HEX triplet: A4, 8D and 76. RGB value is (164,141,118). Sum of RGB (Red+Green+Blue) = 164+141+118=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D76 is #5B7289. Grayscale: #919191. Windows color (decimal): -5993098 or 7769508. OLE color: 7769508.
HSL color Cylindrical-coordinate representation of color #A48D76: hue angle of 30º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A48D76 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 118 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.36 |
| HSL | 30º | 0.2% | 0.55% | - |
| HSV(B) | 30º | 0.28% | 0.64% | - |
| XYZ | 28.1 | 28.25 | 21.11 | - |
| YUV | 145.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 118 | 0 | 0.14 | 0.28 | 0.36 | 30 | 0.2 | 0.55 |
| Hex | A4 | 8D | 76 | 0 | E | 1C | 24 | 1E | 14 | 37 |
| Octal | 244 | 215 | 166 | 0 | 16 | 34 | 44 | 36 | 24 | 67 |
| Binary | 10100100 | 10001101 | 1110110 | 0 | 1110 | 11100 | 100100 | 11110 | 10100 | 110111 |
Color Harmonies of #A48D76
Complementary color
Monochromatic Colors of #A48D76
Black with #A48D76
Text Example
Text Example
White with #A48D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D76; }
p { color: rgb(164,141,118); }
H1.HeaderClassName
{
color: #A48D76;
}
.AnyTagClassName
{
color: #A48D76;
}
</style>
background-color css
<style>
a { background-color: #A48D76; }
a { background-color: rgb(164,141,118); }
div.DivClassName
{
background-color: #A48D76;
}
.BgClassName
{
background-color: #A48D76;
}
</style>
border-color css
<style>
span { border-color: #A48D76; }
span { border-color: rgb(164,141,118); }
td.TdClassName
{
border-color: #A48D76;
}
.TagClassName
{
border-color: #A48D76;
}
</style>