Shades of Mongoose #A68B6B
Tints of Mongoose #A68B6B
RGB
CMYK
RGB Variations
Color information
#A68B6B (or 0xA68B6B) is known color: Mongoose. HEX triplet: A6, 8B and 6B. RGB value is (166,139,107). Sum of RGB (Red+Green+Blue) = 166+139+107=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B6B is #597494. Grayscale: #8F8F8F. Windows color (decimal): -5862549 or 7048102. OLE color: 7048102.
HSL color Cylindrical-coordinate representation of color #A68B6B: hue angle of 32.54º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A68B6B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 107 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.35 |
| HSL | 32.54º | 0.25% | 0.54% | - |
| HSV(B) | 32.54º | 0.36% | 0.65% | - |
| XYZ | 27.61 | 27.63 | 17.79 | - |
| YUV | 143.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 107 | 0 | 0.16 | 0.36 | 0.35 | 32.54 | 0.25 | 0.54 |
| Hex | A6 | 8B | 6B | 0 | 10 | 24 | 23 | 21 | 19 | 36 |
| Octal | 246 | 213 | 153 | 0 | 20 | 44 | 43 | 41 | 31 | 66 |
| Binary | 10100110 | 10001011 | 1101011 | 0 | 10000 | 100100 | 100011 | 100001 | 11001 | 110110 |
Color Harmonies of #A68B6B
Complementary color
Monochromatic Colors of #A68B6B
Black with #A68B6B
Text Example
Text Example
White with #A68B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B6B; }
p { color: rgb(166,139,107); }
H1.HeaderClassName
{
color: #A68B6B;
}
.AnyTagClassName
{
color: #A68B6B;
}
</style>
background-color css
<style>
a { background-color: #A68B6B; }
a { background-color: rgb(166,139,107); }
div.DivClassName
{
background-color: #A68B6B;
}
.BgClassName
{
background-color: #A68B6B;
}
</style>
border-color css
<style>
span { border-color: #A68B6B; }
span { border-color: rgb(166,139,107); }
td.TdClassName
{
border-color: #A68B6B;
}
.TagClassName
{
border-color: #A68B6B;
}
</style>