Shades of Mongoose #AB9069
Tints of Mongoose #AB9069
RGB
CMYK
RGB Variations
Color information
#AB9069 (or 0xAB9069) is known color: Mongoose. HEX triplet: AB, 90 and 69. RGB value is (171,144,105). Sum of RGB (Red+Green+Blue) = 171+144+105=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9069 is #546F96. Grayscale: #939393. Windows color (decimal): -5533591 or 6918315. OLE color: 6918315.
HSL color Cylindrical-coordinate representation of color #AB9069: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB9069 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 105 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.33 |
| HSL | 35.45º | 0.28% | 0.54% | - |
| HSV(B) | 35.45º | 0.39% | 0.67% | - |
| XYZ | 29.32 | 29.62 | 17.54 | - |
| YUV | 147.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 105 | 0 | 0.16 | 0.39 | 0.33 | 35.45 | 0.28 | 0.54 |
| Hex | AB | 90 | 69 | 0 | 10 | 27 | 21 | 23 | 1C | 36 |
| Octal | 253 | 220 | 151 | 0 | 20 | 47 | 41 | 43 | 34 | 66 |
| Binary | 10101011 | 10010000 | 1101001 | 0 | 10000 | 100111 | 100001 | 100011 | 11100 | 110110 |
Color Harmonies of #AB9069
Complementary color
Monochromatic Colors of #AB9069
Black with #AB9069
Text Example
Text Example
White with #AB9069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9069; }
p { color: rgb(171,144,105); }
H1.HeaderClassName
{
color: #AB9069;
}
.AnyTagClassName
{
color: #AB9069;
}
</style>
background-color css
<style>
a { background-color: #AB9069; }
a { background-color: rgb(171,144,105); }
div.DivClassName
{
background-color: #AB9069;
}
.BgClassName
{
background-color: #AB9069;
}
</style>
border-color css
<style>
span { border-color: #AB9069; }
span { border-color: rgb(171,144,105); }
td.TdClassName
{
border-color: #AB9069;
}
.TagClassName
{
border-color: #AB9069;
}
</style>