Shades of Mongoose #AB9074
Tints of Mongoose #AB9074
RGB
CMYK
RGB Variations
Color information
#AB9074 (or 0xAB9074) is known color: Mongoose. HEX triplet: AB, 90 and 74. RGB value is (171,144,116). Sum of RGB (Red+Green+Blue) = 171+144+116=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9074 is #546F8B. Grayscale: #959595. Windows color (decimal): -5533580 or 7639211. OLE color: 7639211.
HSL color Cylindrical-coordinate representation of color #AB9074: hue angle of 30.55º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9074 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 116 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.33 |
| HSL | 30.55º | 0.25% | 0.56% | - |
| HSV(B) | 30.55º | 0.32% | 0.67% | - |
| XYZ | 29.92 | 29.87 | 20.71 | - |
| YUV | 148.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 116 | 0 | 0.16 | 0.32 | 0.33 | 30.55 | 0.25 | 0.56 |
| Hex | AB | 90 | 74 | 0 | 10 | 20 | 21 | 1F | 19 | 38 |
| Octal | 253 | 220 | 164 | 0 | 20 | 40 | 41 | 37 | 31 | 70 |
| Binary | 10101011 | 10010000 | 1110100 | 0 | 10000 | 100000 | 100001 | 11111 | 11001 | 111000 |
Color Harmonies of #AB9074
Complementary color
Monochromatic Colors of #AB9074
Black with #AB9074
Text Example
Text Example
White with #AB9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9074; }
p { color: rgb(171,144,116); }
H1.HeaderClassName
{
color: #AB9074;
}
.AnyTagClassName
{
color: #AB9074;
}
</style>
background-color css
<style>
a { background-color: #AB9074; }
a { background-color: rgb(171,144,116); }
div.DivClassName
{
background-color: #AB9074;
}
.BgClassName
{
background-color: #AB9074;
}
</style>
border-color css
<style>
span { border-color: #AB9074; }
span { border-color: rgb(171,144,116); }
td.TdClassName
{
border-color: #AB9074;
}
.TagClassName
{
border-color: #AB9074;
}
</style>