Shades of Mongoose #AB9275
Tints of Mongoose #AB9275
RGB
CMYK
RGB Variations
Color information
#AB9275 (or 0xAB9275) is known color: Mongoose. HEX triplet: AB, 92 and 75. RGB value is (171,146,117). Sum of RGB (Red+Green+Blue) = 171+146+117=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9275 is #546D8A. Grayscale: #969696. Windows color (decimal): -5533067 or 7705259. OLE color: 7705259.
HSL color Cylindrical-coordinate representation of color #AB9275: hue angle of 32.22º degrees, saturation: 0.24, 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 #AB9275 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 117 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.33 |
| HSL | 32.22º | 0.24% | 0.56% | - |
| HSV(B) | 32.22º | 0.32% | 0.67% | - |
| XYZ | 30.28 | 30.5 | 21.12 | - |
| YUV | 150.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 117 | 0 | 0.15 | 0.32 | 0.33 | 32.22 | 0.24 | 0.56 |
| Hex | AB | 92 | 75 | 0 | F | 20 | 21 | 20 | 18 | 38 |
| Octal | 253 | 222 | 165 | 0 | 17 | 40 | 41 | 40 | 30 | 70 |
| Binary | 10101011 | 10010010 | 1110101 | 0 | 1111 | 100000 | 100001 | 100000 | 11000 | 111000 |
Color Harmonies of #AB9275
Complementary color
Monochromatic Colors of #AB9275
Black with #AB9275
Text Example
Text Example
White with #AB9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9275; }
p { color: rgb(171,146,117); }
H1.HeaderClassName
{
color: #AB9275;
}
.AnyTagClassName
{
color: #AB9275;
}
</style>
background-color css
<style>
a { background-color: #AB9275; }
a { background-color: rgb(171,146,117); }
div.DivClassName
{
background-color: #AB9275;
}
.BgClassName
{
background-color: #AB9275;
}
</style>
border-color css
<style>
span { border-color: #AB9275; }
span { border-color: rgb(171,146,117); }
td.TdClassName
{
border-color: #AB9275;
}
.TagClassName
{
border-color: #AB9275;
}
</style>