Shades of Mongoose #A89065
Tints of Mongoose #A89065
RGB
CMYK
RGB Variations
Color information
#A89065 (or 0xA89065) is known color: Mongoose. HEX triplet: A8, 90 and 65. RGB value is (168,144,101). Sum of RGB (Red+Green+Blue) = 168+144+101=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A89065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89065 is #576F9A. Grayscale: #929292. Windows color (decimal): -5730203 or 6656168. OLE color: 6656168.
HSL color Cylindrical-coordinate representation of color #A89065: hue angle of 38.51º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A89065 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 101 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.34 |
| HSL | 38.51º | 0.28% | 0.53% | - |
| HSV(B) | 38.51º | 0.4% | 0.66% | - |
| XYZ | 28.47 | 29.21 | 16.45 | - |
| YUV | 146.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 101 | 0 | 0.14 | 0.40 | 0.34 | 38.51 | 0.28 | 0.53 |
| Hex | A8 | 90 | 65 | 0 | E | 28 | 22 | 27 | 1C | 35 |
| Octal | 250 | 220 | 145 | 0 | 16 | 50 | 42 | 47 | 34 | 65 |
| Binary | 10101000 | 10010000 | 1100101 | 0 | 1110 | 101000 | 100010 | 100111 | 11100 | 110101 |
Color Harmonies of #A89065
Complementary color
Monochromatic Colors of #A89065
Black with #A89065
Text Example
Text Example
White with #A89065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89065; }
p { color: rgb(168,144,101); }
H1.HeaderClassName
{
color: #A89065;
}
.AnyTagClassName
{
color: #A89065;
}
</style>
background-color css
<style>
a { background-color: #A89065; }
a { background-color: rgb(168,144,101); }
div.DivClassName
{
background-color: #A89065;
}
.BgClassName
{
background-color: #A89065;
}
</style>
border-color css
<style>
span { border-color: #A89065; }
span { border-color: rgb(168,144,101); }
td.TdClassName
{
border-color: #A89065;
}
.TagClassName
{
border-color: #A89065;
}
</style>