Shades of Mongoose #A48A76
Tints of Mongoose #A48A76
RGB
CMYK
RGB Variations
Color information
#A48A76 (or 0xA48A76) is known color: Mongoose. HEX triplet: A4, 8A and 76. RGB value is (164,138,118). Sum of RGB (Red+Green+Blue) = 164+138+118=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A76 is #5B7589. Grayscale: #8F8F8F. Windows color (decimal): -5993866 or 7768740. OLE color: 7768740.
HSL color Cylindrical-coordinate representation of color #A48A76: hue angle of 26.09º 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 #A48A76 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 118 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.36 |
| HSL | 26.09º | 0.2% | 0.55% | - |
| HSV(B) | 26.09º | 0.28% | 0.64% | - |
| XYZ | 27.67 | 27.38 | 20.97 | - |
| YUV | 143.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 118 | 0 | 0.16 | 0.28 | 0.36 | 26.09 | 0.2 | 0.55 |
| Hex | A4 | 8A | 76 | 0 | 10 | 1C | 24 | 1A | 14 | 37 |
| Octal | 244 | 212 | 166 | 0 | 20 | 34 | 44 | 32 | 24 | 67 |
| Binary | 10100100 | 10001010 | 1110110 | 0 | 10000 | 11100 | 100100 | 11010 | 10100 | 110111 |
Color Harmonies of #A48A76
Complementary color
Monochromatic Colors of #A48A76
Black with #A48A76
Text Example
Text Example
White with #A48A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A76; }
p { color: rgb(164,138,118); }
H1.HeaderClassName
{
color: #A48A76;
}
.AnyTagClassName
{
color: #A48A76;
}
</style>
background-color css
<style>
a { background-color: #A48A76; }
a { background-color: rgb(164,138,118); }
div.DivClassName
{
background-color: #A48A76;
}
.BgClassName
{
background-color: #A48A76;
}
</style>
border-color css
<style>
span { border-color: #A48A76; }
span { border-color: rgb(164,138,118); }
td.TdClassName
{
border-color: #A48A76;
}
.TagClassName
{
border-color: #A48A76;
}
</style>