Shades of Mongoose #A89266
Tints of Mongoose #A89266
RGB
CMYK
RGB Variations
Color information
#A89266 (or 0xA89266) is known color: Mongoose. HEX triplet: A8, 92 and 66. RGB value is (168,146,102). Sum of RGB (Red+Green+Blue) = 168+146+102=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89266 is #576D99. Grayscale: #939393. Windows color (decimal): -5729690 or 6722216. OLE color: 6722216.
HSL color Cylindrical-coordinate representation of color #A89266: hue angle of 40º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A89266 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 102 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.34 |
| HSL | 40º | 0.28% | 0.53% | - |
| HSV(B) | 40º | 0.39% | 0.66% | - |
| XYZ | 28.83 | 29.84 | 16.81 | - |
| YUV | 147.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 102 | 0 | 0.13 | 0.39 | 0.34 | 40 | 0.28 | 0.53 |
| Hex | A8 | 92 | 66 | 0 | D | 27 | 22 | 28 | 1C | 35 |
| Octal | 250 | 222 | 146 | 0 | 15 | 47 | 42 | 50 | 34 | 65 |
| Binary | 10101000 | 10010010 | 1100110 | 0 | 1101 | 100111 | 100010 | 101000 | 11100 | 110101 |
Color Harmonies of #A89266
Complementary color
Monochromatic Colors of #A89266
Black with #A89266
Text Example
Text Example
White with #A89266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89266; }
p { color: rgb(168,146,102); }
H1.HeaderClassName
{
color: #A89266;
}
.AnyTagClassName
{
color: #A89266;
}
</style>
background-color css
<style>
a { background-color: #A89266; }
a { background-color: rgb(168,146,102); }
div.DivClassName
{
background-color: #A89266;
}
.BgClassName
{
background-color: #A89266;
}
</style>
border-color css
<style>
span { border-color: #A89266; }
span { border-color: rgb(168,146,102); }
td.TdClassName
{
border-color: #A89266;
}
.TagClassName
{
border-color: #A89266;
}
</style>