Shades of Mongoose #AB906C
Tints of Mongoose #AB906C
RGB
CMYK
RGB Variations
Color information
#AB906C (or 0xAB906C) is known color: Mongoose. HEX triplet: AB, 90 and 6C. RGB value is (171,144,108). Sum of RGB (Red+Green+Blue) = 171+144+108=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB906C is #546F93. Grayscale: #949494. Windows color (decimal): -5533588 or 7114923. OLE color: 7114923.
HSL color Cylindrical-coordinate representation of color #AB906C: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB906C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 108 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.33 |
| HSL | 34.29º | 0.27% | 0.55% | - |
| HSV(B) | 34.29º | 0.37% | 0.67% | - |
| XYZ | 29.47 | 29.69 | 18.36 | - |
| YUV | 147.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 108 | 0 | 0.16 | 0.37 | 0.33 | 34.29 | 0.27 | 0.55 |
| Hex | AB | 90 | 6C | 0 | 10 | 25 | 21 | 22 | 1B | 37 |
| Octal | 253 | 220 | 154 | 0 | 20 | 45 | 41 | 42 | 33 | 67 |
| Binary | 10101011 | 10010000 | 1101100 | 0 | 10000 | 100101 | 100001 | 100010 | 11011 | 110111 |
Color Harmonies of #AB906C
Complementary color
Monochromatic Colors of #AB906C
Black with #AB906C
Text Example
Text Example
White with #AB906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB906C; }
p { color: rgb(171,144,108); }
H1.HeaderClassName
{
color: #AB906C;
}
.AnyTagClassName
{
color: #AB906C;
}
</style>
background-color css
<style>
a { background-color: #AB906C; }
a { background-color: rgb(171,144,108); }
div.DivClassName
{
background-color: #AB906C;
}
.BgClassName
{
background-color: #AB906C;
}
</style>
border-color css
<style>
span { border-color: #AB906C; }
span { border-color: rgb(171,144,108); }
td.TdClassName
{
border-color: #AB906C;
}
.TagClassName
{
border-color: #AB906C;
}
</style>