Shades of Mongoose #A48E73
Tints of Mongoose #A48E73
RGB
CMYK
RGB Variations
Color information
#A48E73 (or 0xA48E73) is known color: Mongoose. HEX triplet: A4, 8E and 73. RGB value is (164,142,115). Sum of RGB (Red+Green+Blue) = 164+142+115=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E73 is #5B718C. Grayscale: #919191. Windows color (decimal): -5992845 or 7573156. OLE color: 7573156.
HSL color Cylindrical-coordinate representation of color #A48E73: hue angle of 33.06º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48E73 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 115 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.36 |
| HSL | 33.06º | 0.21% | 0.55% | - |
| HSV(B) | 33.06º | 0.3% | 0.64% | - |
| XYZ | 28.08 | 28.48 | 20.24 | - |
| YUV | 145.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 115 | 0 | 0.13 | 0.30 | 0.36 | 33.06 | 0.21 | 0.55 |
| Hex | A4 | 8E | 73 | 0 | D | 1E | 24 | 21 | 15 | 37 |
| Octal | 244 | 216 | 163 | 0 | 15 | 36 | 44 | 41 | 25 | 67 |
| Binary | 10100100 | 10001110 | 1110011 | 0 | 1101 | 11110 | 100100 | 100001 | 10101 | 110111 |
Color Harmonies of #A48E73
Complementary color
Monochromatic Colors of #A48E73
Black with #A48E73
Text Example
Text Example
White with #A48E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E73; }
p { color: rgb(164,142,115); }
H1.HeaderClassName
{
color: #A48E73;
}
.AnyTagClassName
{
color: #A48E73;
}
</style>
background-color css
<style>
a { background-color: #A48E73; }
a { background-color: rgb(164,142,115); }
div.DivClassName
{
background-color: #A48E73;
}
.BgClassName
{
background-color: #A48E73;
}
</style>
border-color css
<style>
span { border-color: #A48E73; }
span { border-color: rgb(164,142,115); }
td.TdClassName
{
border-color: #A48E73;
}
.TagClassName
{
border-color: #A48E73;
}
</style>