Shades of Mongoose #A68970
Tints of Mongoose #A68970
RGB
CMYK
RGB Variations
Color information
#A68970 (or 0xA68970) is known color: Mongoose. HEX triplet: A6, 89 and 70. RGB value is (166,137,112). Sum of RGB (Red+Green+Blue) = 166+137+112=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68970 is #59768F. Grayscale: #8E8E8E. Windows color (decimal): -5863056 or 7375270. OLE color: 7375270.
HSL color Cylindrical-coordinate representation of color #A68970: hue angle of 27.78º 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 #A68970 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 112 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.35 |
| HSL | 27.78º | 0.23% | 0.55% | - |
| HSV(B) | 27.78º | 0.33% | 0.65% | - |
| XYZ | 27.6 | 27.17 | 19.12 | - |
| YUV | 142.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 112 | 0 | 0.17 | 0.33 | 0.35 | 27.78 | 0.23 | 0.55 |
| Hex | A6 | 89 | 70 | 0 | 11 | 21 | 23 | 1C | 17 | 37 |
| Octal | 246 | 211 | 160 | 0 | 21 | 41 | 43 | 34 | 27 | 67 |
| Binary | 10100110 | 10001001 | 1110000 | 0 | 10001 | 100001 | 100011 | 11100 | 10111 | 110111 |
Color Harmonies of #A68970
Complementary color
Monochromatic Colors of #A68970
Black with #A68970
Text Example
Text Example
White with #A68970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68970; }
p { color: rgb(166,137,112); }
H1.HeaderClassName
{
color: #A68970;
}
.AnyTagClassName
{
color: #A68970;
}
</style>
background-color css
<style>
a { background-color: #A68970; }
a { background-color: rgb(166,137,112); }
div.DivClassName
{
background-color: #A68970;
}
.BgClassName
{
background-color: #A68970;
}
</style>
border-color css
<style>
span { border-color: #A68970; }
span { border-color: rgb(166,137,112); }
td.TdClassName
{
border-color: #A68970;
}
.TagClassName
{
border-color: #A68970;
}
</style>