Shades of Mongoose #A68E74
Tints of Mongoose #A68E74
RGB
CMYK
RGB Variations
Color information
#A68E74 (or 0xA68E74) is known color: Mongoose. HEX triplet: A6, 8E and 74. RGB value is (166,142,116). Sum of RGB (Red+Green+Blue) = 166+142+116=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E74 is #59718B. Grayscale: #929292. Windows color (decimal): -5861772 or 7638694. OLE color: 7638694.
HSL color Cylindrical-coordinate representation of color #A68E74: hue angle of 31.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68E74 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 116 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.35 |
| HSL | 31.2º | 0.22% | 0.55% | - |
| HSV(B) | 31.2º | 0.3% | 0.65% | - |
| XYZ | 28.55 | 28.71 | 20.56 | - |
| YUV | 146.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 116 | 0 | 0.14 | 0.30 | 0.35 | 31.2 | 0.22 | 0.55 |
| Hex | A6 | 8E | 74 | 0 | E | 1E | 23 | 1F | 16 | 37 |
| Octal | 246 | 216 | 164 | 0 | 16 | 36 | 43 | 37 | 26 | 67 |
| Binary | 10100110 | 10001110 | 1110100 | 0 | 1110 | 11110 | 100011 | 11111 | 10110 | 110111 |
Color Harmonies of #A68E74
Complementary color
Monochromatic Colors of #A68E74
Black with #A68E74
Text Example
Text Example
White with #A68E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E74; }
p { color: rgb(166,142,116); }
H1.HeaderClassName
{
color: #A68E74;
}
.AnyTagClassName
{
color: #A68E74;
}
</style>
background-color css
<style>
a { background-color: #A68E74; }
a { background-color: rgb(166,142,116); }
div.DivClassName
{
background-color: #A68E74;
}
.BgClassName
{
background-color: #A68E74;
}
</style>
border-color css
<style>
span { border-color: #A68E74; }
span { border-color: rgb(166,142,116); }
td.TdClassName
{
border-color: #A68E74;
}
.TagClassName
{
border-color: #A68E74;
}
</style>