Shades of Mongoose #A69076
Tints of Mongoose #A69076
RGB
CMYK
RGB Variations
Color information
#A69076 (or 0xA69076) is known color: Mongoose. HEX triplet: A6, 90 and 76. RGB value is (166,144,118). Sum of RGB (Red+Green+Blue) = 166+144+118=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A69076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69076 is #596F89. Grayscale: #939393. Windows color (decimal): -5861258 or 7770278. OLE color: 7770278.
HSL color Cylindrical-coordinate representation of color #A69076: hue angle of 32.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69076 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 118 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.35 |
| HSL | 32.5º | 0.21% | 0.56% | - |
| HSV(B) | 32.5º | 0.29% | 0.65% | - |
| XYZ | 28.97 | 29.36 | 21.28 | - |
| YUV | 147.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 118 | 0 | 0.13 | 0.29 | 0.35 | 32.5 | 0.21 | 0.56 |
| Hex | A6 | 90 | 76 | 0 | D | 1D | 23 | 20 | 15 | 38 |
| Octal | 246 | 220 | 166 | 0 | 15 | 35 | 43 | 40 | 25 | 70 |
| Binary | 10100110 | 10010000 | 1110110 | 0 | 1101 | 11101 | 100011 | 100000 | 10101 | 111000 |
Color Harmonies of #A69076
Complementary color
Monochromatic Colors of #A69076
Black with #A69076
Text Example
Text Example
White with #A69076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69076; }
p { color: rgb(166,144,118); }
H1.HeaderClassName
{
color: #A69076;
}
.AnyTagClassName
{
color: #A69076;
}
</style>
background-color css
<style>
a { background-color: #A69076; }
a { background-color: rgb(166,144,118); }
div.DivClassName
{
background-color: #A69076;
}
.BgClassName
{
background-color: #A69076;
}
</style>
border-color css
<style>
span { border-color: #A69076; }
span { border-color: rgb(166,144,118); }
td.TdClassName
{
border-color: #A69076;
}
.TagClassName
{
border-color: #A69076;
}
</style>