Shades of Mongoose #A68F6E
Tints of Mongoose #A68F6E
RGB
CMYK
RGB Variations
Color information
#A68F6E (or 0xA68F6E) is known color: Mongoose. HEX triplet: A6, 8F and 6E. RGB value is (166,143,110). Sum of RGB (Red+Green+Blue) = 166+143+110=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F6E is #597091. Grayscale: #929292. Windows color (decimal): -5861522 or 7245734. OLE color: 7245734.
HSL color Cylindrical-coordinate representation of color #A68F6E: hue angle of 35.36º 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 #A68F6E is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 110 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.35 |
| HSL | 35.36º | 0.24% | 0.54% | - |
| HSV(B) | 35.36º | 0.34% | 0.65% | - |
| XYZ | 28.36 | 28.88 | 18.83 | - |
| YUV | 146.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 110 | 0 | 0.14 | 0.34 | 0.35 | 35.36 | 0.24 | 0.54 |
| Hex | A6 | 8F | 6E | 0 | E | 22 | 23 | 23 | 18 | 36 |
| Octal | 246 | 217 | 156 | 0 | 16 | 42 | 43 | 43 | 30 | 66 |
| Binary | 10100110 | 10001111 | 1101110 | 0 | 1110 | 100010 | 100011 | 100011 | 11000 | 110110 |
Color Harmonies of #A68F6E
Complementary color
Monochromatic Colors of #A68F6E
Black with #A68F6E
Text Example
Text Example
White with #A68F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F6E; }
p { color: rgb(166,143,110); }
H1.HeaderClassName
{
color: #A68F6E;
}
.AnyTagClassName
{
color: #A68F6E;
}
</style>
background-color css
<style>
a { background-color: #A68F6E; }
a { background-color: rgb(166,143,110); }
div.DivClassName
{
background-color: #A68F6E;
}
.BgClassName
{
background-color: #A68F6E;
}
</style>
border-color css
<style>
span { border-color: #A68F6E; }
span { border-color: rgb(166,143,110); }
td.TdClassName
{
border-color: #A68F6E;
}
.TagClassName
{
border-color: #A68F6E;
}
</style>