Shades of Mongoose #A69069
Tints of Mongoose #A69069
RGB
CMYK
RGB Variations
Color information
#A69069 (or 0xA69069) is known color: Mongoose. HEX triplet: A6, 90 and 69. RGB value is (166,144,105). Sum of RGB (Red+Green+Blue) = 166+144+105=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A69069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69069 is #596F96. Grayscale: #929292. Windows color (decimal): -5861271 or 6918310. OLE color: 6918310.
HSL color Cylindrical-coordinate representation of color #A69069: hue angle of 38.36º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A69069 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 105 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.35 |
| HSL | 38.36º | 0.26% | 0.53% | - |
| HSV(B) | 38.36º | 0.37% | 0.65% | - |
| XYZ | 28.25 | 29.07 | 17.49 | - |
| YUV | 146.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 105 | 0 | 0.13 | 0.37 | 0.35 | 38.36 | 0.26 | 0.53 |
| Hex | A6 | 90 | 69 | 0 | D | 25 | 23 | 26 | 1A | 35 |
| Octal | 246 | 220 | 151 | 0 | 15 | 45 | 43 | 46 | 32 | 65 |
| Binary | 10100110 | 10010000 | 1101001 | 0 | 1101 | 100101 | 100011 | 100110 | 11010 | 110101 |
Color Harmonies of #A69069
Complementary color
Monochromatic Colors of #A69069
Black with #A69069
Text Example
Text Example
White with #A69069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69069; }
p { color: rgb(166,144,105); }
H1.HeaderClassName
{
color: #A69069;
}
.AnyTagClassName
{
color: #A69069;
}
</style>
background-color css
<style>
a { background-color: #A69069; }
a { background-color: rgb(166,144,105); }
div.DivClassName
{
background-color: #A69069;
}
.BgClassName
{
background-color: #A69069;
}
</style>
border-color css
<style>
span { border-color: #A69069; }
span { border-color: rgb(166,144,105); }
td.TdClassName
{
border-color: #A69069;
}
.TagClassName
{
border-color: #A69069;
}
</style>