Shades of Mongoose #A89271
Tints of Mongoose #A89271
RGB
CMYK
RGB Variations
Color information
#A89271 (or 0xA89271) is known color: Mongoose. HEX triplet: A8, 92 and 71. RGB value is (168,146,113). Sum of RGB (Red+Green+Blue) = 168+146+113=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A89271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89271 is #576D8E. Grayscale: #949494. Windows color (decimal): -5729679 or 7443112. OLE color: 7443112.
HSL color Cylindrical-coordinate representation of color #A89271: hue angle of 36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89271 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 113 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.34 |
| HSL | 36º | 0.24% | 0.55% | - |
| HSV(B) | 36º | 0.33% | 0.66% | - |
| XYZ | 29.41 | 30.07 | 19.88 | - |
| YUV | 148.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 113 | 0 | 0.13 | 0.33 | 0.34 | 36 | 0.24 | 0.55 |
| Hex | A8 | 92 | 71 | 0 | D | 21 | 22 | 24 | 18 | 37 |
| Octal | 250 | 222 | 161 | 0 | 15 | 41 | 42 | 44 | 30 | 67 |
| Binary | 10101000 | 10010010 | 1110001 | 0 | 1101 | 100001 | 100010 | 100100 | 11000 | 110111 |
Color Harmonies of #A89271
Complementary color
Monochromatic Colors of #A89271
Black with #A89271
Text Example
Text Example
White with #A89271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89271; }
p { color: rgb(168,146,113); }
H1.HeaderClassName
{
color: #A89271;
}
.AnyTagClassName
{
color: #A89271;
}
</style>
background-color css
<style>
a { background-color: #A89271; }
a { background-color: rgb(168,146,113); }
div.DivClassName
{
background-color: #A89271;
}
.BgClassName
{
background-color: #A89271;
}
</style>
border-color css
<style>
span { border-color: #A89271; }
span { border-color: rgb(168,146,113); }
td.TdClassName
{
border-color: #A89271;
}
.TagClassName
{
border-color: #A89271;
}
</style>