Shades of Mongoose #A68B6E
Tints of Mongoose #A68B6E
RGB
CMYK
RGB Variations
Color information
#A68B6E (or 0xA68B6E) is known color: Mongoose. HEX triplet: A6, 8B and 6E. RGB value is (166,139,110). Sum of RGB (Red+Green+Blue) = 166+139+110=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B6E is #597491. Grayscale: #8F8F8F. Windows color (decimal): -5862546 or 7244710. OLE color: 7244710.
HSL color Cylindrical-coordinate representation of color #A68B6E: hue angle of 31.07º 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 #A68B6E is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 110 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.35 |
| HSL | 31.07º | 0.24% | 0.54% | - |
| HSV(B) | 31.07º | 0.34% | 0.65% | - |
| XYZ | 27.77 | 27.7 | 18.63 | - |
| YUV | 143.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 110 | 0 | 0.16 | 0.34 | 0.35 | 31.07 | 0.24 | 0.54 |
| Hex | A6 | 8B | 6E | 0 | 10 | 22 | 23 | 1F | 18 | 36 |
| Octal | 246 | 213 | 156 | 0 | 20 | 42 | 43 | 37 | 30 | 66 |
| Binary | 10100110 | 10001011 | 1101110 | 0 | 10000 | 100010 | 100011 | 11111 | 11000 | 110110 |
Color Harmonies of #A68B6E
Complementary color
Monochromatic Colors of #A68B6E
Black with #A68B6E
Text Example
Text Example
White with #A68B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B6E; }
p { color: rgb(166,139,110); }
H1.HeaderClassName
{
color: #A68B6E;
}
.AnyTagClassName
{
color: #A68B6E;
}
</style>
background-color css
<style>
a { background-color: #A68B6E; }
a { background-color: rgb(166,139,110); }
div.DivClassName
{
background-color: #A68B6E;
}
.BgClassName
{
background-color: #A68B6E;
}
</style>
border-color css
<style>
span { border-color: #A68B6E; }
span { border-color: rgb(166,139,110); }
td.TdClassName
{
border-color: #A68B6E;
}
.TagClassName
{
border-color: #A68B6E;
}
</style>