Shades of Mongoose #A69075
Tints of Mongoose #A69075
RGB
CMYK
RGB Variations
Color information
#A69075 (or 0xA69075) is known color: Mongoose. HEX triplet: A6, 90 and 75. RGB value is (166,144,117). Sum of RGB (Red+Green+Blue) = 166+144+117=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A69075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69075 is #596F8A. Grayscale: #939393. Windows color (decimal): -5861259 or 7704742. OLE color: 7704742.
HSL color Cylindrical-coordinate representation of color #A69075: hue angle of 33.06º 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 #A69075 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 117 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.35 |
| HSL | 33.06º | 0.22% | 0.55% | - |
| HSV(B) | 33.06º | 0.3% | 0.65% | - |
| XYZ | 28.91 | 29.34 | 20.97 | - |
| YUV | 147.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 117 | 0 | 0.13 | 0.30 | 0.35 | 33.06 | 0.22 | 0.55 |
| Hex | A6 | 90 | 75 | 0 | D | 1E | 23 | 21 | 16 | 37 |
| Octal | 246 | 220 | 165 | 0 | 15 | 36 | 43 | 41 | 26 | 67 |
| Binary | 10100110 | 10010000 | 1110101 | 0 | 1101 | 11110 | 100011 | 100001 | 10110 | 110111 |
Color Harmonies of #A69075
Complementary color
Monochromatic Colors of #A69075
Black with #A69075
Text Example
Text Example
White with #A69075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69075; }
p { color: rgb(166,144,117); }
H1.HeaderClassName
{
color: #A69075;
}
.AnyTagClassName
{
color: #A69075;
}
</style>
background-color css
<style>
a { background-color: #A69075; }
a { background-color: rgb(166,144,117); }
div.DivClassName
{
background-color: #A69075;
}
.BgClassName
{
background-color: #A69075;
}
</style>
border-color css
<style>
span { border-color: #A69075; }
span { border-color: rgb(166,144,117); }
td.TdClassName
{
border-color: #A69075;
}
.TagClassName
{
border-color: #A69075;
}
</style>