Shades of Mongoose #AB916E
Tints of Mongoose #AB916E
RGB
CMYK
RGB Variations
Color information
#AB916E (or 0xAB916E) is known color: Mongoose. HEX triplet: AB, 91 and 6E. RGB value is (171,145,110). Sum of RGB (Red+Green+Blue) = 171+145+110=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB916E is #546E91. Grayscale: #949494. Windows color (decimal): -5533330 or 7246251. OLE color: 7246251.
HSL color Cylindrical-coordinate representation of color #AB916E: hue angle of 34.43º 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 #AB916E is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 110 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.33 |
| HSL | 34.43º | 0.27% | 0.55% | - |
| HSV(B) | 34.43º | 0.36% | 0.67% | - |
| XYZ | 29.73 | 30.03 | 18.98 | - |
| YUV | 148.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 110 | 0 | 0.15 | 0.36 | 0.33 | 34.43 | 0.27 | 0.55 |
| Hex | AB | 91 | 6E | 0 | F | 24 | 21 | 22 | 1B | 37 |
| Octal | 253 | 221 | 156 | 0 | 17 | 44 | 41 | 42 | 33 | 67 |
| Binary | 10101011 | 10010001 | 1101110 | 0 | 1111 | 100100 | 100001 | 100010 | 11011 | 110111 |
Color Harmonies of #AB916E
Complementary color
Monochromatic Colors of #AB916E
Black with #AB916E
Text Example
Text Example
White with #AB916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB916E; }
p { color: rgb(171,145,110); }
H1.HeaderClassName
{
color: #AB916E;
}
.AnyTagClassName
{
color: #AB916E;
}
</style>
background-color css
<style>
a { background-color: #AB916E; }
a { background-color: rgb(171,145,110); }
div.DivClassName
{
background-color: #AB916E;
}
.BgClassName
{
background-color: #AB916E;
}
</style>
border-color css
<style>
span { border-color: #AB916E; }
span { border-color: rgb(171,145,110); }
td.TdClassName
{
border-color: #AB916E;
}
.TagClassName
{
border-color: #AB916E;
}
</style>