Shades of Mongoose #A48F76
Tints of Mongoose #A48F76
RGB
CMYK
RGB Variations
Color information
#A48F76 (or 0xA48F76) is known color: Mongoose. HEX triplet: A4, 8F and 76. RGB value is (164,143,118). Sum of RGB (Red+Green+Blue) = 164+143+118=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F76 is #5B7089. Grayscale: #929292. Windows color (decimal): -5992586 or 7770020. OLE color: 7770020.
HSL color Cylindrical-coordinate representation of color #A48F76: hue angle of 32.61º 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 #A48F76 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 118 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.36 |
| HSL | 32.61º | 0.2% | 0.55% | - |
| HSV(B) | 32.61º | 0.28% | 0.64% | - |
| XYZ | 28.4 | 28.85 | 21.21 | - |
| YUV | 146.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 118 | 0 | 0.13 | 0.28 | 0.36 | 32.61 | 0.2 | 0.55 |
| Hex | A4 | 8F | 76 | 0 | D | 1C | 24 | 21 | 14 | 37 |
| Octal | 244 | 217 | 166 | 0 | 15 | 34 | 44 | 41 | 24 | 67 |
| Binary | 10100100 | 10001111 | 1110110 | 0 | 1101 | 11100 | 100100 | 100001 | 10100 | 110111 |
Color Harmonies of #A48F76
Complementary color
Monochromatic Colors of #A48F76
Black with #A48F76
Text Example
Text Example
White with #A48F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F76; }
p { color: rgb(164,143,118); }
H1.HeaderClassName
{
color: #A48F76;
}
.AnyTagClassName
{
color: #A48F76;
}
</style>
background-color css
<style>
a { background-color: #A48F76; }
a { background-color: rgb(164,143,118); }
div.DivClassName
{
background-color: #A48F76;
}
.BgClassName
{
background-color: #A48F76;
}
</style>
border-color css
<style>
span { border-color: #A48F76; }
span { border-color: rgb(164,143,118); }
td.TdClassName
{
border-color: #A48F76;
}
.TagClassName
{
border-color: #A48F76;
}
</style>