Shades of Mongoose #A89068
Tints of Mongoose #A89068
RGB
CMYK
RGB Variations
Color information
#A89068 (or 0xA89068) is known color: Mongoose. HEX triplet: A8, 90 and 68. RGB value is (168,144,104). Sum of RGB (Red+Green+Blue) = 168+144+104=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A89068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89068 is #576F97. Grayscale: #929292. Windows color (decimal): -5730200 or 6852776. OLE color: 6852776.
HSL color Cylindrical-coordinate representation of color #A89068: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89068 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 104 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.34 |
| HSL | 37.5º | 0.27% | 0.53% | - |
| HSV(B) | 37.5º | 0.38% | 0.66% | - |
| XYZ | 28.62 | 29.27 | 17.24 | - |
| YUV | 146.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 104 | 0 | 0.14 | 0.38 | 0.34 | 37.5 | 0.27 | 0.53 |
| Hex | A8 | 90 | 68 | 0 | E | 26 | 22 | 26 | 1B | 35 |
| Octal | 250 | 220 | 150 | 0 | 16 | 46 | 42 | 46 | 33 | 65 |
| Binary | 10101000 | 10010000 | 1101000 | 0 | 1110 | 100110 | 100010 | 100110 | 11011 | 110101 |
Color Harmonies of #A89068
Complementary color
Monochromatic Colors of #A89068
Black with #A89068
Text Example
Text Example
White with #A89068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89068; }
p { color: rgb(168,144,104); }
H1.HeaderClassName
{
color: #A89068;
}
.AnyTagClassName
{
color: #A89068;
}
</style>
background-color css
<style>
a { background-color: #A89068; }
a { background-color: rgb(168,144,104); }
div.DivClassName
{
background-color: #A89068;
}
.BgClassName
{
background-color: #A89068;
}
</style>
border-color css
<style>
span { border-color: #A89068; }
span { border-color: rgb(168,144,104); }
td.TdClassName
{
border-color: #A89068;
}
.TagClassName
{
border-color: #A89068;
}
</style>