Shades of Mongoose #A68F68
Tints of Mongoose #A68F68
RGB
CMYK
RGB Variations
Color information
#A68F68 (or 0xA68F68) is known color: Mongoose. HEX triplet: A6, 8F and 68. RGB value is (166,143,104). Sum of RGB (Red+Green+Blue) = 166+143+104=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F68 is #597097. Grayscale: #919191. Windows color (decimal): -5861528 or 6852518. OLE color: 6852518.
HSL color Cylindrical-coordinate representation of color #A68F68: hue angle of 37.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68F68 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 104 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.35 |
| HSL | 37.74º | 0.26% | 0.53% | - |
| HSV(B) | 37.74º | 0.37% | 0.65% | - |
| XYZ | 28.05 | 28.75 | 17.17 | - |
| YUV | 145.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 104 | 0 | 0.14 | 0.37 | 0.35 | 37.74 | 0.26 | 0.53 |
| Hex | A6 | 8F | 68 | 0 | E | 25 | 23 | 26 | 1A | 35 |
| Octal | 246 | 217 | 150 | 0 | 16 | 45 | 43 | 46 | 32 | 65 |
| Binary | 10100110 | 10001111 | 1101000 | 0 | 1110 | 100101 | 100011 | 100110 | 11010 | 110101 |
Color Harmonies of #A68F68
Complementary color
Monochromatic Colors of #A68F68
Black with #A68F68
Text Example
Text Example
White with #A68F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F68; }
p { color: rgb(166,143,104); }
H1.HeaderClassName
{
color: #A68F68;
}
.AnyTagClassName
{
color: #A68F68;
}
</style>
background-color css
<style>
a { background-color: #A68F68; }
a { background-color: rgb(166,143,104); }
div.DivClassName
{
background-color: #A68F68;
}
.BgClassName
{
background-color: #A68F68;
}
</style>
border-color css
<style>
span { border-color: #A68F68; }
span { border-color: rgb(166,143,104); }
td.TdClassName
{
border-color: #A68F68;
}
.TagClassName
{
border-color: #A68F68;
}
</style>