Shades of Mongoose #AB8D67
Tints of Mongoose #AB8D67
RGB
CMYK
RGB Variations
Color information
#AB8D67 (or 0xAB8D67) is known color: Mongoose. HEX triplet: AB, 8D and 67. RGB value is (171,141,103). Sum of RGB (Red+Green+Blue) = 171+141+103=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D67 is #547298. Grayscale: #919191. Windows color (decimal): -5534361 or 6786475. OLE color: 6786475.
HSL color Cylindrical-coordinate representation of color #AB8D67: hue angle of 33.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8D67 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 103 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.33 |
| HSL | 33.53º | 0.29% | 0.54% | - |
| HSV(B) | 33.53º | 0.4% | 0.67% | - |
| XYZ | 28.77 | 28.69 | 16.85 | - |
| YUV | 145.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 103 | 0 | 0.18 | 0.40 | 0.33 | 33.53 | 0.29 | 0.54 |
| Hex | AB | 8D | 67 | 0 | 12 | 28 | 21 | 22 | 1D | 36 |
| Octal | 253 | 215 | 147 | 0 | 22 | 50 | 41 | 42 | 35 | 66 |
| Binary | 10101011 | 10001101 | 1100111 | 0 | 10010 | 101000 | 100001 | 100010 | 11101 | 110110 |
Color Harmonies of #AB8D67
Complementary color
Monochromatic Colors of #AB8D67
Black with #AB8D67
Text Example
Text Example
White with #AB8D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D67; }
p { color: rgb(171,141,103); }
H1.HeaderClassName
{
color: #AB8D67;
}
.AnyTagClassName
{
color: #AB8D67;
}
</style>
background-color css
<style>
a { background-color: #AB8D67; }
a { background-color: rgb(171,141,103); }
div.DivClassName
{
background-color: #AB8D67;
}
.BgClassName
{
background-color: #AB8D67;
}
</style>
border-color css
<style>
span { border-color: #AB8D67; }
span { border-color: rgb(171,141,103); }
td.TdClassName
{
border-color: #AB8D67;
}
.TagClassName
{
border-color: #AB8D67;
}
</style>