Shades of Mongoose #A68D6C
Tints of Mongoose #A68D6C
RGB
CMYK
RGB Variations
Color information
#A68D6C (or 0xA68D6C) is known color: Mongoose. HEX triplet: A6, 8D and 6C. RGB value is (166,141,108). Sum of RGB (Red+Green+Blue) = 166+141+108=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D6C is #597293. Grayscale: #909090. Windows color (decimal): -5862036 or 7114150. OLE color: 7114150.
HSL color Cylindrical-coordinate representation of color #A68D6C: hue angle of 34.14º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68D6C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 108 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.35 |
| HSL | 34.14º | 0.25% | 0.54% | - |
| HSV(B) | 34.14º | 0.35% | 0.65% | - |
| XYZ | 27.96 | 28.24 | 18.16 | - |
| YUV | 144.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 108 | 0 | 0.15 | 0.35 | 0.35 | 34.14 | 0.25 | 0.54 |
| Hex | A6 | 8D | 6C | 0 | F | 23 | 23 | 22 | 19 | 36 |
| Octal | 246 | 215 | 154 | 0 | 17 | 43 | 43 | 42 | 31 | 66 |
| Binary | 10100110 | 10001101 | 1101100 | 0 | 1111 | 100011 | 100011 | 100010 | 11001 | 110110 |
Color Harmonies of #A68D6C
Complementary color
Monochromatic Colors of #A68D6C
Black with #A68D6C
Text Example
Text Example
White with #A68D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D6C; }
p { color: rgb(166,141,108); }
H1.HeaderClassName
{
color: #A68D6C;
}
.AnyTagClassName
{
color: #A68D6C;
}
</style>
background-color css
<style>
a { background-color: #A68D6C; }
a { background-color: rgb(166,141,108); }
div.DivClassName
{
background-color: #A68D6C;
}
.BgClassName
{
background-color: #A68D6C;
}
</style>
border-color css
<style>
span { border-color: #A68D6C; }
span { border-color: rgb(166,141,108); }
td.TdClassName
{
border-color: #A68D6C;
}
.TagClassName
{
border-color: #A68D6C;
}
</style>