Shades of Mongoose #A89172
Tints of Mongoose #A89172
RGB
CMYK
RGB Variations
Color information
#A89172 (or 0xA89172) is known color: Mongoose. HEX triplet: A8, 91 and 72. RGB value is (168,145,114). Sum of RGB (Red+Green+Blue) = 168+145+114=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A89172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89172 is #576E8D. Grayscale: #949494. Windows color (decimal): -5729934 or 7508392. OLE color: 7508392.
HSL color Cylindrical-coordinate representation of color #A89172: hue angle of 34.44º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A89172 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 114 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.34 |
| HSL | 34.44º | 0.24% | 0.55% | - |
| HSV(B) | 34.44º | 0.32% | 0.66% | - |
| XYZ | 29.31 | 29.79 | 20.12 | - |
| YUV | 148.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 114 | 0 | 0.14 | 0.32 | 0.34 | 34.44 | 0.24 | 0.55 |
| Hex | A8 | 91 | 72 | 0 | E | 20 | 22 | 22 | 18 | 37 |
| Octal | 250 | 221 | 162 | 0 | 16 | 40 | 42 | 42 | 30 | 67 |
| Binary | 10101000 | 10010001 | 1110010 | 0 | 1110 | 100000 | 100010 | 100010 | 11000 | 110111 |
Color Harmonies of #A89172
Complementary color
Monochromatic Colors of #A89172
Black with #A89172
Text Example
Text Example
White with #A89172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89172; }
p { color: rgb(168,145,114); }
H1.HeaderClassName
{
color: #A89172;
}
.AnyTagClassName
{
color: #A89172;
}
</style>
background-color css
<style>
a { background-color: #A89172; }
a { background-color: rgb(168,145,114); }
div.DivClassName
{
background-color: #A89172;
}
.BgClassName
{
background-color: #A89172;
}
</style>
border-color css
<style>
span { border-color: #A89172; }
span { border-color: rgb(168,145,114); }
td.TdClassName
{
border-color: #A89172;
}
.TagClassName
{
border-color: #A89172;
}
</style>