Shades of Mongoose #A48C6D
Tints of Mongoose #A48C6D
RGB
CMYK
RGB Variations
Color information
#A48C6D (or 0xA48C6D) is known color: Mongoose. HEX triplet: A4, 8C and 6D. RGB value is (164,140,109). Sum of RGB (Red+Green+Blue) = 164+140+109=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C6D is #5B7392. Grayscale: #8F8F8F. Windows color (decimal): -5993363 or 7179428. OLE color: 7179428.
HSL color Cylindrical-coordinate representation of color #A48C6D: hue angle of 33.82º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48C6D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 109 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.36 |
| HSL | 33.82º | 0.23% | 0.54% | - |
| HSV(B) | 33.82º | 0.34% | 0.64% | - |
| XYZ | 27.45 | 27.75 | 18.38 | - |
| YUV | 143.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 109 | 0 | 0.15 | 0.34 | 0.36 | 33.82 | 0.23 | 0.54 |
| Hex | A4 | 8C | 6D | 0 | F | 22 | 24 | 22 | 17 | 36 |
| Octal | 244 | 214 | 155 | 0 | 17 | 42 | 44 | 42 | 27 | 66 |
| Binary | 10100100 | 10001100 | 1101101 | 0 | 1111 | 100010 | 100100 | 100010 | 10111 | 110110 |
Color Harmonies of #A48C6D
Complementary color
Monochromatic Colors of #A48C6D
Black with #A48C6D
Text Example
Text Example
White with #A48C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C6D; }
p { color: rgb(164,140,109); }
H1.HeaderClassName
{
color: #A48C6D;
}
.AnyTagClassName
{
color: #A48C6D;
}
</style>
background-color css
<style>
a { background-color: #A48C6D; }
a { background-color: rgb(164,140,109); }
div.DivClassName
{
background-color: #A48C6D;
}
.BgClassName
{
background-color: #A48C6D;
}
</style>
border-color css
<style>
span { border-color: #A48C6D; }
span { border-color: rgb(164,140,109); }
td.TdClassName
{
border-color: #A48C6D;
}
.TagClassName
{
border-color: #A48C6D;
}
</style>