Shades of Mongoose #A68E6D
Tints of Mongoose #A68E6D
RGB
CMYK
RGB Variations
Color information
#A68E6D (or 0xA68E6D) is known color: Mongoose. HEX triplet: A6, 8E and 6D. RGB value is (166,142,109). Sum of RGB (Red+Green+Blue) = 166+142+109=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E6D is #597192. Grayscale: #919191. Windows color (decimal): -5861779 or 7179942. OLE color: 7179942.
HSL color Cylindrical-coordinate representation of color #A68E6D: hue angle of 34.74º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68E6D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 109 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.35 |
| HSL | 34.74º | 0.24% | 0.54% | - |
| HSV(B) | 34.74º | 0.34% | 0.65% | - |
| XYZ | 28.16 | 28.56 | 18.5 | - |
| YUV | 145.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 109 | 0 | 0.14 | 0.34 | 0.35 | 34.74 | 0.24 | 0.54 |
| Hex | A6 | 8E | 6D | 0 | E | 22 | 23 | 23 | 18 | 36 |
| Octal | 246 | 216 | 155 | 0 | 16 | 42 | 43 | 43 | 30 | 66 |
| Binary | 10100110 | 10001110 | 1101101 | 0 | 1110 | 100010 | 100011 | 100011 | 11000 | 110110 |
Color Harmonies of #A68E6D
Complementary color
Monochromatic Colors of #A68E6D
Black with #A68E6D
Text Example
Text Example
White with #A68E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E6D; }
p { color: rgb(166,142,109); }
H1.HeaderClassName
{
color: #A68E6D;
}
.AnyTagClassName
{
color: #A68E6D;
}
</style>
background-color css
<style>
a { background-color: #A68E6D; }
a { background-color: rgb(166,142,109); }
div.DivClassName
{
background-color: #A68E6D;
}
.BgClassName
{
background-color: #A68E6D;
}
</style>
border-color css
<style>
span { border-color: #A68E6D; }
span { border-color: rgb(166,142,109); }
td.TdClassName
{
border-color: #A68E6D;
}
.TagClassName
{
border-color: #A68E6D;
}
</style>