Shades of Mongoose #A48D6C
Tints of Mongoose #A48D6C
RGB
CMYK
RGB Variations
Color information
#A48D6C (or 0xA48D6C) is known color: Mongoose. HEX triplet: A4, 8D and 6C. RGB value is (164,141,108). Sum of RGB (Red+Green+Blue) = 164+141+108=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D6C is #5B7293. Grayscale: #909090. Windows color (decimal): -5993108 or 7114148. OLE color: 7114148.
HSL color Cylindrical-coordinate representation of color #A48D6C: hue angle of 35.36º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48D6C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 108 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.36 |
| HSL | 35.36º | 0.24% | 0.53% | - |
| HSV(B) | 35.36º | 0.34% | 0.64% | - |
| XYZ | 27.54 | 28.02 | 18.15 | - |
| YUV | 144.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 108 | 0 | 0.14 | 0.34 | 0.36 | 35.36 | 0.24 | 0.53 |
| Hex | A4 | 8D | 6C | 0 | E | 22 | 24 | 23 | 18 | 35 |
| Octal | 244 | 215 | 154 | 0 | 16 | 42 | 44 | 43 | 30 | 65 |
| Binary | 10100100 | 10001101 | 1101100 | 0 | 1110 | 100010 | 100100 | 100011 | 11000 | 110101 |
Color Harmonies of #A48D6C
Complementary color
Monochromatic Colors of #A48D6C
Black with #A48D6C
Text Example
Text Example
White with #A48D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D6C; }
p { color: rgb(164,141,108); }
H1.HeaderClassName
{
color: #A48D6C;
}
.AnyTagClassName
{
color: #A48D6C;
}
</style>
background-color css
<style>
a { background-color: #A48D6C; }
a { background-color: rgb(164,141,108); }
div.DivClassName
{
background-color: #A48D6C;
}
.BgClassName
{
background-color: #A48D6C;
}
</style>
border-color css
<style>
span { border-color: #A48D6C; }
span { border-color: rgb(164,141,108); }
td.TdClassName
{
border-color: #A48D6C;
}
.TagClassName
{
border-color: #A48D6C;
}
</style>