Shades of Mongoose #AB9274
Tints of Mongoose #AB9274
RGB
CMYK
RGB Variations
Color information
#AB9274 (or 0xAB9274) is known color: Mongoose. HEX triplet: AB, 92 and 74. RGB value is (171,146,116). Sum of RGB (Red+Green+Blue) = 171+146+116=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9274 is #546D8B. Grayscale: #969696. Windows color (decimal): -5533068 or 7639723. OLE color: 7639723.
HSL color Cylindrical-coordinate representation of color #AB9274: hue angle of 32.73º 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 #AB9274 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 116 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.33 |
| HSL | 32.73º | 0.25% | 0.56% | - |
| HSV(B) | 32.73º | 0.32% | 0.67% | - |
| XYZ | 30.23 | 30.48 | 20.81 | - |
| YUV | 150.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 116 | 0 | 0.15 | 0.32 | 0.33 | 32.73 | 0.25 | 0.56 |
| Hex | AB | 92 | 74 | 0 | F | 20 | 21 | 21 | 19 | 38 |
| Octal | 253 | 222 | 164 | 0 | 17 | 40 | 41 | 41 | 31 | 70 |
| Binary | 10101011 | 10010010 | 1110100 | 0 | 1111 | 100000 | 100001 | 100001 | 11001 | 111000 |
Color Harmonies of #AB9274
Complementary color
Monochromatic Colors of #AB9274
Black with #AB9274
Text Example
Text Example
White with #AB9274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9274; }
p { color: rgb(171,146,116); }
H1.HeaderClassName
{
color: #AB9274;
}
.AnyTagClassName
{
color: #AB9274;
}
</style>
background-color css
<style>
a { background-color: #AB9274; }
a { background-color: rgb(171,146,116); }
div.DivClassName
{
background-color: #AB9274;
}
.BgClassName
{
background-color: #AB9274;
}
</style>
border-color css
<style>
span { border-color: #AB9274; }
span { border-color: rgb(171,146,116); }
td.TdClassName
{
border-color: #AB9274;
}
.TagClassName
{
border-color: #AB9274;
}
</style>