Shades of Mongoose #A48D73
Tints of Mongoose #A48D73
RGB
CMYK
RGB Variations
Color information
#A48D73 (or 0xA48D73) is known color: Mongoose. HEX triplet: A4, 8D and 73. RGB value is (164,141,115). Sum of RGB (Red+Green+Blue) = 164+141+115=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D73 is #5B728C. Grayscale: #919191. Windows color (decimal): -5993101 or 7572900. OLE color: 7572900.
HSL color Cylindrical-coordinate representation of color #A48D73: hue angle of 31.84º 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 #A48D73 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 115 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.36 |
| HSL | 31.84º | 0.21% | 0.55% | - |
| HSV(B) | 31.84º | 0.3% | 0.64% | - |
| XYZ | 27.93 | 28.18 | 20.19 | - |
| YUV | 144.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 115 | 0 | 0.14 | 0.30 | 0.36 | 31.84 | 0.21 | 0.55 |
| Hex | A4 | 8D | 73 | 0 | E | 1E | 24 | 20 | 15 | 37 |
| Octal | 244 | 215 | 163 | 0 | 16 | 36 | 44 | 40 | 25 | 67 |
| Binary | 10100100 | 10001101 | 1110011 | 0 | 1110 | 11110 | 100100 | 100000 | 10101 | 110111 |
Color Harmonies of #A48D73
Complementary color
Monochromatic Colors of #A48D73
Black with #A48D73
Text Example
Text Example
White with #A48D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D73; }
p { color: rgb(164,141,115); }
H1.HeaderClassName
{
color: #A48D73;
}
.AnyTagClassName
{
color: #A48D73;
}
</style>
background-color css
<style>
a { background-color: #A48D73; }
a { background-color: rgb(164,141,115); }
div.DivClassName
{
background-color: #A48D73;
}
.BgClassName
{
background-color: #A48D73;
}
</style>
border-color css
<style>
span { border-color: #A48D73; }
span { border-color: rgb(164,141,115); }
td.TdClassName
{
border-color: #A48D73;
}
.TagClassName
{
border-color: #A48D73;
}
</style>