Shades of Mongoose #A68C71
Tints of Mongoose #A68C71
RGB
CMYK
RGB Variations
Color information
#A68C71 (or 0xA68C71) is known color: Mongoose. HEX triplet: A6, 8C and 71. RGB value is (166,140,113). Sum of RGB (Red+Green+Blue) = 166+140+113=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C71 is #59738E. Grayscale: #909090. Windows color (decimal): -5862287 or 7441574. OLE color: 7441574.
HSL color Cylindrical-coordinate representation of color #A68C71: hue angle of 30.57º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68C71 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 113 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.35 |
| HSL | 30.57º | 0.23% | 0.55% | - |
| HSV(B) | 30.57º | 0.32% | 0.65% | - |
| XYZ | 28.08 | 28.06 | 19.56 | - |
| YUV | 144.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 113 | 0 | 0.16 | 0.32 | 0.35 | 30.57 | 0.23 | 0.55 |
| Hex | A6 | 8C | 71 | 0 | 10 | 20 | 23 | 1F | 17 | 37 |
| Octal | 246 | 214 | 161 | 0 | 20 | 40 | 43 | 37 | 27 | 67 |
| Binary | 10100110 | 10001100 | 1110001 | 0 | 10000 | 100000 | 100011 | 11111 | 10111 | 110111 |
Color Harmonies of #A68C71
Complementary color
Monochromatic Colors of #A68C71
Black with #A68C71
Text Example
Text Example
White with #A68C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C71; }
p { color: rgb(166,140,113); }
H1.HeaderClassName
{
color: #A68C71;
}
.AnyTagClassName
{
color: #A68C71;
}
</style>
background-color css
<style>
a { background-color: #A68C71; }
a { background-color: rgb(166,140,113); }
div.DivClassName
{
background-color: #A68C71;
}
.BgClassName
{
background-color: #A68C71;
}
</style>
border-color css
<style>
span { border-color: #A68C71; }
span { border-color: rgb(166,140,113); }
td.TdClassName
{
border-color: #A68C71;
}
.TagClassName
{
border-color: #A68C71;
}
</style>