Shades of Mongoose #A68C78
Tints of Mongoose #A68C78
RGB
CMYK
RGB Variations
Color information
#A68C78 (or 0xA68C78) is known color: Mongoose. HEX triplet: A6, 8C and 78. RGB value is (166,140,120). Sum of RGB (Red+Green+Blue) = 166+140+120=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C78 is #597387. Grayscale: #919191. Windows color (decimal): -5862280 or 7900326. OLE color: 7900326.
HSL color Cylindrical-coordinate representation of color #A68C78: hue angle of 26.09º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A68C78 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 120 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.35 |
| HSL | 26.09º | 0.21% | 0.56% | - |
| HSV(B) | 26.09º | 0.28% | 0.65% | - |
| XYZ | 28.49 | 28.22 | 21.71 | - |
| YUV | 145.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 120 | 0 | 0.16 | 0.28 | 0.35 | 26.09 | 0.21 | 0.56 |
| Hex | A6 | 8C | 78 | 0 | 10 | 1C | 23 | 1A | 15 | 38 |
| Octal | 246 | 214 | 170 | 0 | 20 | 34 | 43 | 32 | 25 | 70 |
| Binary | 10100110 | 10001100 | 1111000 | 0 | 10000 | 11100 | 100011 | 11010 | 10101 | 111000 |
Color Harmonies of #A68C78
Complementary color
Monochromatic Colors of #A68C78
Black with #A68C78
Text Example
Text Example
White with #A68C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C78; }
p { color: rgb(166,140,120); }
H1.HeaderClassName
{
color: #A68C78;
}
.AnyTagClassName
{
color: #A68C78;
}
</style>
background-color css
<style>
a { background-color: #A68C78; }
a { background-color: rgb(166,140,120); }
div.DivClassName
{
background-color: #A68C78;
}
.BgClassName
{
background-color: #A68C78;
}
</style>
border-color css
<style>
span { border-color: #A68C78; }
span { border-color: rgb(166,140,120); }
td.TdClassName
{
border-color: #A68C78;
}
.TagClassName
{
border-color: #A68C78;
}
</style>