Shades of Mongoose #A68B6F
Tints of Mongoose #A68B6F
RGB
CMYK
RGB Variations
Color information
#A68B6F (or 0xA68B6F) is known color: Mongoose. HEX triplet: A6, 8B and 6F. RGB value is (166,139,111). Sum of RGB (Red+Green+Blue) = 166+139+111=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B6F is #597490. Grayscale: #909090. Windows color (decimal): -5862545 or 7310246. OLE color: 7310246.
HSL color Cylindrical-coordinate representation of color #A68B6F: hue angle of 30.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68B6F is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 111 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.35 |
| HSL | 30.55º | 0.24% | 0.54% | - |
| HSV(B) | 30.55º | 0.33% | 0.65% | - |
| XYZ | 27.83 | 27.72 | 18.92 | - |
| YUV | 143.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 111 | 0 | 0.16 | 0.33 | 0.35 | 30.55 | 0.24 | 0.54 |
| Hex | A6 | 8B | 6F | 0 | 10 | 21 | 23 | 1F | 18 | 36 |
| Octal | 246 | 213 | 157 | 0 | 20 | 41 | 43 | 37 | 30 | 66 |
| Binary | 10100110 | 10001011 | 1101111 | 0 | 10000 | 100001 | 100011 | 11111 | 11000 | 110110 |
Color Harmonies of #A68B6F
Complementary color
Monochromatic Colors of #A68B6F
Black with #A68B6F
Text Example
Text Example
White with #A68B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B6F; }
p { color: rgb(166,139,111); }
H1.HeaderClassName
{
color: #A68B6F;
}
.AnyTagClassName
{
color: #A68B6F;
}
</style>
background-color css
<style>
a { background-color: #A68B6F; }
a { background-color: rgb(166,139,111); }
div.DivClassName
{
background-color: #A68B6F;
}
.BgClassName
{
background-color: #A68B6F;
}
</style>
border-color css
<style>
span { border-color: #A68B6F; }
span { border-color: rgb(166,139,111); }
td.TdClassName
{
border-color: #A68B6F;
}
.TagClassName
{
border-color: #A68B6F;
}
</style>