Shades of Mongoose #AB8F6D
Tints of Mongoose #AB8F6D
RGB
CMYK
RGB Variations
Color information
#AB8F6D (or 0xAB8F6D) is known color: Mongoose. HEX triplet: AB, 8F and 6D. RGB value is (171,143,109). Sum of RGB (Red+Green+Blue) = 171+143+109=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F6D is #547092. Grayscale: #939393. Windows color (decimal): -5533843 or 7180203. OLE color: 7180203.
HSL color Cylindrical-coordinate representation of color #AB8F6D: hue angle of 32.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8F6D is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 109 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.33 |
| HSL | 32.9º | 0.27% | 0.55% | - |
| HSV(B) | 32.9º | 0.36% | 0.67% | - |
| XYZ | 29.38 | 29.41 | 18.6 | - |
| YUV | 147.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 109 | 0 | 0.16 | 0.36 | 0.33 | 32.9 | 0.27 | 0.55 |
| Hex | AB | 8F | 6D | 0 | 10 | 24 | 21 | 21 | 1B | 37 |
| Octal | 253 | 217 | 155 | 0 | 20 | 44 | 41 | 41 | 33 | 67 |
| Binary | 10101011 | 10001111 | 1101101 | 0 | 10000 | 100100 | 100001 | 100001 | 11011 | 110111 |
Color Harmonies of #AB8F6D
Complementary color
Monochromatic Colors of #AB8F6D
Black with #AB8F6D
Text Example
Text Example
White with #AB8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F6D; }
p { color: rgb(171,143,109); }
H1.HeaderClassName
{
color: #AB8F6D;
}
.AnyTagClassName
{
color: #AB8F6D;
}
</style>
background-color css
<style>
a { background-color: #AB8F6D; }
a { background-color: rgb(171,143,109); }
div.DivClassName
{
background-color: #AB8F6D;
}
.BgClassName
{
background-color: #AB8F6D;
}
</style>
border-color css
<style>
span { border-color: #AB8F6D; }
span { border-color: rgb(171,143,109); }
td.TdClassName
{
border-color: #AB8F6D;
}
.TagClassName
{
border-color: #AB8F6D;
}
</style>