Shades of Mongoose #A99071
Tints of Mongoose #A99071
RGB
CMYK
RGB Variations
Color information
#A99071 (or 0xA99071) is known color: Mongoose. HEX triplet: A9, 90 and 71. RGB value is (169,144,113). Sum of RGB (Red+Green+Blue) = 169+144+113=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A99071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99071 is #566F8E. Grayscale: #949494. Windows color (decimal): -5664655 or 7442601. OLE color: 7442601.
HSL color Cylindrical-coordinate representation of color #A99071: hue angle of 33.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99071 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 113 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.34 |
| HSL | 33.21º | 0.25% | 0.55% | - |
| HSV(B) | 33.21º | 0.33% | 0.66% | - |
| XYZ | 29.32 | 29.57 | 19.79 | - |
| YUV | 147.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 113 | 0 | 0.15 | 0.33 | 0.34 | 33.21 | 0.25 | 0.55 |
| Hex | A9 | 90 | 71 | 0 | F | 21 | 22 | 21 | 19 | 37 |
| Octal | 251 | 220 | 161 | 0 | 17 | 41 | 42 | 41 | 31 | 67 |
| Binary | 10101001 | 10010000 | 1110001 | 0 | 1111 | 100001 | 100010 | 100001 | 11001 | 110111 |
Color Harmonies of #A99071
Complementary color
Monochromatic Colors of #A99071
Black with #A99071
Text Example
Text Example
White with #A99071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99071; }
p { color: rgb(169,144,113); }
H1.HeaderClassName
{
color: #A99071;
}
.AnyTagClassName
{
color: #A99071;
}
</style>
background-color css
<style>
a { background-color: #A99071; }
a { background-color: rgb(169,144,113); }
div.DivClassName
{
background-color: #A99071;
}
.BgClassName
{
background-color: #A99071;
}
</style>
border-color css
<style>
span { border-color: #A99071; }
span { border-color: rgb(169,144,113); }
td.TdClassName
{
border-color: #A99071;
}
.TagClassName
{
border-color: #A99071;
}
</style>