Shades of Mongoose #AB9268
Tints of Mongoose #AB9268
RGB
CMYK
RGB Variations
Color information
#AB9268 (or 0xAB9268) is known color: Mongoose. HEX triplet: AB, 92 and 68. RGB value is (171,146,104). Sum of RGB (Red+Green+Blue) = 171+146+104=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9268 is #546D97. Grayscale: #949494. Windows color (decimal): -5533080 or 6853291. OLE color: 6853291.
HSL color Cylindrical-coordinate representation of color #AB9268: hue angle of 37.61º degrees, saturation: 0.29, 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 #AB9268 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 104 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.33 |
| HSL | 37.61º | 0.29% | 0.54% | - |
| HSV(B) | 37.61º | 0.39% | 0.67% | - |
| XYZ | 29.57 | 30.22 | 17.37 | - |
| YUV | 148.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 104 | 0 | 0.15 | 0.39 | 0.33 | 37.61 | 0.29 | 0.54 |
| Hex | AB | 92 | 68 | 0 | F | 27 | 21 | 26 | 1D | 36 |
| Octal | 253 | 222 | 150 | 0 | 17 | 47 | 41 | 46 | 35 | 66 |
| Binary | 10101011 | 10010010 | 1101000 | 0 | 1111 | 100111 | 100001 | 100110 | 11101 | 110110 |
Color Harmonies of #AB9268
Complementary color
Monochromatic Colors of #AB9268
Black with #AB9268
Text Example
Text Example
White with #AB9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9268; }
p { color: rgb(171,146,104); }
H1.HeaderClassName
{
color: #AB9268;
}
.AnyTagClassName
{
color: #AB9268;
}
</style>
background-color css
<style>
a { background-color: #AB9268; }
a { background-color: rgb(171,146,104); }
div.DivClassName
{
background-color: #AB9268;
}
.BgClassName
{
background-color: #AB9268;
}
</style>
border-color css
<style>
span { border-color: #AB9268; }
span { border-color: rgb(171,146,104); }
td.TdClassName
{
border-color: #AB9268;
}
.TagClassName
{
border-color: #AB9268;
}
</style>