Shades of Mongoose #A48B76
Tints of Mongoose #A48B76
RGB
CMYK
RGB Variations
Color information
#A48B76 (or 0xA48B76) is known color: Mongoose. HEX triplet: A4, 8B and 76. RGB value is (164,139,118). Sum of RGB (Red+Green+Blue) = 164+139+118=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B76 is #5B7489. Grayscale: #909090. Windows color (decimal): -5993610 or 7768996. OLE color: 7768996.
HSL color Cylindrical-coordinate representation of color #A48B76: hue angle of 27.39º 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 #A48B76 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 118 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.36 |
| HSL | 27.39º | 0.2% | 0.55% | - |
| HSV(B) | 27.39º | 0.28% | 0.64% | - |
| XYZ | 27.81 | 27.67 | 21.01 | - |
| YUV | 144.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 118 | 0 | 0.15 | 0.28 | 0.36 | 27.39 | 0.2 | 0.55 |
| Hex | A4 | 8B | 76 | 0 | F | 1C | 24 | 1B | 14 | 37 |
| Octal | 244 | 213 | 166 | 0 | 17 | 34 | 44 | 33 | 24 | 67 |
| Binary | 10100100 | 10001011 | 1110110 | 0 | 1111 | 11100 | 100100 | 11011 | 10100 | 110111 |
Color Harmonies of #A48B76
Complementary color
Monochromatic Colors of #A48B76
Black with #A48B76
Text Example
Text Example
White with #A48B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B76; }
p { color: rgb(164,139,118); }
H1.HeaderClassName
{
color: #A48B76;
}
.AnyTagClassName
{
color: #A48B76;
}
</style>
background-color css
<style>
a { background-color: #A48B76; }
a { background-color: rgb(164,139,118); }
div.DivClassName
{
background-color: #A48B76;
}
.BgClassName
{
background-color: #A48B76;
}
</style>
border-color css
<style>
span { border-color: #A48B76; }
span { border-color: rgb(164,139,118); }
td.TdClassName
{
border-color: #A48B76;
}
.TagClassName
{
border-color: #A48B76;
}
</style>