Shades of Mongoose #AB916D
Tints of Mongoose #AB916D
RGB
CMYK
RGB Variations
Color information
#AB916D (or 0xAB916D) is known color: Mongoose. HEX triplet: AB, 91 and 6D. RGB value is (171,145,109). Sum of RGB (Red+Green+Blue) = 171+145+109=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB916D is #546E92. Grayscale: #949494. Windows color (decimal): -5533331 or 7180715. OLE color: 7180715.
HSL color Cylindrical-coordinate representation of color #AB916D: hue angle of 34.84º 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 #AB916D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 109 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.33 |
| HSL | 34.84º | 0.27% | 0.55% | - |
| HSV(B) | 34.84º | 0.36% | 0.67% | - |
| XYZ | 29.68 | 30.01 | 18.7 | - |
| YUV | 148.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 109 | 0 | 0.15 | 0.36 | 0.33 | 34.84 | 0.27 | 0.55 |
| Hex | AB | 91 | 6D | 0 | F | 24 | 21 | 23 | 1B | 37 |
| Octal | 253 | 221 | 155 | 0 | 17 | 44 | 41 | 43 | 33 | 67 |
| Binary | 10101011 | 10010001 | 1101101 | 0 | 1111 | 100100 | 100001 | 100011 | 11011 | 110111 |
Color Harmonies of #AB916D
Complementary color
Monochromatic Colors of #AB916D
Black with #AB916D
Text Example
Text Example
White with #AB916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB916D; }
p { color: rgb(171,145,109); }
H1.HeaderClassName
{
color: #AB916D;
}
.AnyTagClassName
{
color: #AB916D;
}
</style>
background-color css
<style>
a { background-color: #AB916D; }
a { background-color: rgb(171,145,109); }
div.DivClassName
{
background-color: #AB916D;
}
.BgClassName
{
background-color: #AB916D;
}
</style>
border-color css
<style>
span { border-color: #AB916D; }
span { border-color: rgb(171,145,109); }
td.TdClassName
{
border-color: #AB916D;
}
.TagClassName
{
border-color: #AB916D;
}
</style>