Shades of Mongoose #A68A6C
Tints of Mongoose #A68A6C
RGB
CMYK
RGB Variations
Color information
#A68A6C (or 0xA68A6C) is known color: Mongoose. HEX triplet: A6, 8A and 6C. RGB value is (166,138,108). Sum of RGB (Red+Green+Blue) = 166+138+108=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A6C is #597593. Grayscale: #8F8F8F. Windows color (decimal): -5862804 or 7113382. OLE color: 7113382.
HSL color Cylindrical-coordinate representation of color #A68A6C: hue angle of 31.03º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68A6C is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 108 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.35 |
| HSL | 31.03º | 0.25% | 0.54% | - |
| HSV(B) | 31.03º | 0.35% | 0.65% | - |
| XYZ | 27.52 | 27.37 | 18.02 | - |
| YUV | 142.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 108 | 0 | 0.17 | 0.35 | 0.35 | 31.03 | 0.25 | 0.54 |
| Hex | A6 | 8A | 6C | 0 | 11 | 23 | 23 | 1F | 19 | 36 |
| Octal | 246 | 212 | 154 | 0 | 21 | 43 | 43 | 37 | 31 | 66 |
| Binary | 10100110 | 10001010 | 1101100 | 0 | 10001 | 100011 | 100011 | 11111 | 11001 | 110110 |
Color Harmonies of #A68A6C
Complementary color
Monochromatic Colors of #A68A6C
Black with #A68A6C
Text Example
Text Example
White with #A68A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A6C; }
p { color: rgb(166,138,108); }
H1.HeaderClassName
{
color: #A68A6C;
}
.AnyTagClassName
{
color: #A68A6C;
}
</style>
background-color css
<style>
a { background-color: #A68A6C; }
a { background-color: rgb(166,138,108); }
div.DivClassName
{
background-color: #A68A6C;
}
.BgClassName
{
background-color: #A68A6C;
}
</style>
border-color css
<style>
span { border-color: #A68A6C; }
span { border-color: rgb(166,138,108); }
td.TdClassName
{
border-color: #A68A6C;
}
.TagClassName
{
border-color: #A68A6C;
}
</style>