Shades of Mongoose #A99075
Tints of Mongoose #A99075
RGB
CMYK
RGB Variations
Color information
#A99075 (or 0xA99075) is known color: Mongoose. HEX triplet: A9, 90 and 75. RGB value is (169,144,117). Sum of RGB (Red+Green+Blue) = 169+144+117=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99075 is #566F8A. Grayscale: #949494. Windows color (decimal): -5664651 or 7704745. OLE color: 7704745.
HSL color Cylindrical-coordinate representation of color #A99075: hue angle of 31.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A99075 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 117 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.34 |
| HSL | 31.15º | 0.23% | 0.56% | - |
| HSV(B) | 31.15º | 0.31% | 0.66% | - |
| XYZ | 29.55 | 29.67 | 21 | - |
| YUV | 148.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 117 | 0 | 0.15 | 0.31 | 0.34 | 31.15 | 0.23 | 0.56 |
| Hex | A9 | 90 | 75 | 0 | F | 1F | 22 | 1F | 17 | 38 |
| Octal | 251 | 220 | 165 | 0 | 17 | 37 | 42 | 37 | 27 | 70 |
| Binary | 10101001 | 10010000 | 1110101 | 0 | 1111 | 11111 | 100010 | 11111 | 10111 | 111000 |
Color Harmonies of #A99075
Complementary color
Monochromatic Colors of #A99075
Black with #A99075
Text Example
Text Example
White with #A99075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99075; }
p { color: rgb(169,144,117); }
H1.HeaderClassName
{
color: #A99075;
}
.AnyTagClassName
{
color: #A99075;
}
</style>
background-color css
<style>
a { background-color: #A99075; }
a { background-color: rgb(169,144,117); }
div.DivClassName
{
background-color: #A99075;
}
.BgClassName
{
background-color: #A99075;
}
</style>
border-color css
<style>
span { border-color: #A99075; }
span { border-color: rgb(169,144,117); }
td.TdClassName
{
border-color: #A99075;
}
.TagClassName
{
border-color: #A99075;
}
</style>