Shades of Mongoose #A68F70
Tints of Mongoose #A68F70
RGB
CMYK
RGB Variations
Color information
#A68F70 (or 0xA68F70) is known color: Mongoose. HEX triplet: A6, 8F and 70. RGB value is (166,143,112). Sum of RGB (Red+Green+Blue) = 166+143+112=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F70 is #59708F. Grayscale: #929292. Windows color (decimal): -5861520 or 7376806. OLE color: 7376806.
HSL color Cylindrical-coordinate representation of color #A68F70: hue angle of 34.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68F70 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 112 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.35 |
| HSL | 34.44º | 0.23% | 0.55% | - |
| HSV(B) | 34.44º | 0.33% | 0.65% | - |
| XYZ | 28.47 | 28.92 | 19.41 | - |
| YUV | 146.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 112 | 0 | 0.14 | 0.33 | 0.35 | 34.44 | 0.23 | 0.55 |
| Hex | A6 | 8F | 70 | 0 | E | 21 | 23 | 22 | 17 | 37 |
| Octal | 246 | 217 | 160 | 0 | 16 | 41 | 43 | 42 | 27 | 67 |
| Binary | 10100110 | 10001111 | 1110000 | 0 | 1110 | 100001 | 100011 | 100010 | 10111 | 110111 |
Color Harmonies of #A68F70
Complementary color
Monochromatic Colors of #A68F70
Black with #A68F70
Text Example
Text Example
White with #A68F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F70; }
p { color: rgb(166,143,112); }
H1.HeaderClassName
{
color: #A68F70;
}
.AnyTagClassName
{
color: #A68F70;
}
</style>
background-color css
<style>
a { background-color: #A68F70; }
a { background-color: rgb(166,143,112); }
div.DivClassName
{
background-color: #A68F70;
}
.BgClassName
{
background-color: #A68F70;
}
</style>
border-color css
<style>
span { border-color: #A68F70; }
span { border-color: rgb(166,143,112); }
td.TdClassName
{
border-color: #A68F70;
}
.TagClassName
{
border-color: #A68F70;
}
</style>