Shades of Mongoose #A68F79
Tints of Mongoose #A68F79
RGB
CMYK
RGB Variations
Color information
#A68F79 (or 0xA68F79) is known color: Mongoose. HEX triplet: A6, 8F and 79. RGB value is (166,143,121). Sum of RGB (Red+Green+Blue) = 166+143+121=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F79 is #597086. Grayscale: #939393. Windows color (decimal): -5861511 or 7966630. OLE color: 7966630.
HSL color Cylindrical-coordinate representation of color #A68F79: hue angle of 29.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68F79 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 121 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.35 |
| HSL | 29.33º | 0.2% | 0.56% | - |
| HSV(B) | 29.33º | 0.27% | 0.65% | - |
| XYZ | 29 | 29.13 | 22.18 | - |
| YUV | 147.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 121 | 0 | 0.14 | 0.27 | 0.35 | 29.33 | 0.2 | 0.56 |
| Hex | A6 | 8F | 79 | 0 | E | 1B | 23 | 1D | 14 | 38 |
| Octal | 246 | 217 | 171 | 0 | 16 | 33 | 43 | 35 | 24 | 70 |
| Binary | 10100110 | 10001111 | 1111001 | 0 | 1110 | 11011 | 100011 | 11101 | 10100 | 111000 |
Color Harmonies of #A68F79
Complementary color
Monochromatic Colors of #A68F79
Black with #A68F79
Text Example
Text Example
White with #A68F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F79; }
p { color: rgb(166,143,121); }
H1.HeaderClassName
{
color: #A68F79;
}
.AnyTagClassName
{
color: #A68F79;
}
</style>
background-color css
<style>
a { background-color: #A68F79; }
a { background-color: rgb(166,143,121); }
div.DivClassName
{
background-color: #A68F79;
}
.BgClassName
{
background-color: #A68F79;
}
</style>
border-color css
<style>
span { border-color: #A68F79; }
span { border-color: rgb(166,143,121); }
td.TdClassName
{
border-color: #A68F79;
}
.TagClassName
{
border-color: #A68F79;
}
</style>