Shades of Mongoose #A89175
Tints of Mongoose #A89175
RGB
CMYK
RGB Variations
Color information
#A89175 (or 0xA89175) is known color: Mongoose. HEX triplet: A8, 91 and 75. RGB value is (168,145,117). Sum of RGB (Red+Green+Blue) = 168+145+117=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A89175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89175 is #576E8A. Grayscale: #949494. Windows color (decimal): -5729931 or 7705000. OLE color: 7705000.
HSL color Cylindrical-coordinate representation of color #A89175: hue angle of 32.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89175 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 117 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.34 |
| HSL | 32.94º | 0.23% | 0.56% | - |
| HSV(B) | 32.94º | 0.3% | 0.66% | - |
| XYZ | 29.48 | 29.86 | 21.04 | - |
| YUV | 148.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 117 | 0 | 0.14 | 0.30 | 0.34 | 32.94 | 0.23 | 0.56 |
| Hex | A8 | 91 | 75 | 0 | E | 1E | 22 | 21 | 17 | 38 |
| Octal | 250 | 221 | 165 | 0 | 16 | 36 | 42 | 41 | 27 | 70 |
| Binary | 10101000 | 10010001 | 1110101 | 0 | 1110 | 11110 | 100010 | 100001 | 10111 | 111000 |
Color Harmonies of #A89175
Complementary color
Monochromatic Colors of #A89175
Black with #A89175
Text Example
Text Example
White with #A89175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89175; }
p { color: rgb(168,145,117); }
H1.HeaderClassName
{
color: #A89175;
}
.AnyTagClassName
{
color: #A89175;
}
</style>
background-color css
<style>
a { background-color: #A89175; }
a { background-color: rgb(168,145,117); }
div.DivClassName
{
background-color: #A89175;
}
.BgClassName
{
background-color: #A89175;
}
</style>
border-color css
<style>
span { border-color: #A89175; }
span { border-color: rgb(168,145,117); }
td.TdClassName
{
border-color: #A89175;
}
.TagClassName
{
border-color: #A89175;
}
</style>