Shades of Mongoose #A99074
Tints of Mongoose #A99074
RGB
CMYK
RGB Variations
Color information
#A99074 (or 0xA99074) is known color: Mongoose. HEX triplet: A9, 90 and 74. RGB value is (169,144,116). Sum of RGB (Red+Green+Blue) = 169+144+116=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A99074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99074 is #566F8B. Grayscale: #949494. Windows color (decimal): -5664652 or 7639209. OLE color: 7639209.
HSL color Cylindrical-coordinate representation of color #A99074: hue angle of 31.7º degrees, saturation: 0.24, 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 #A99074 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 116 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.34 |
| HSL | 31.7º | 0.24% | 0.56% | - |
| HSV(B) | 31.7º | 0.31% | 0.66% | - |
| XYZ | 29.49 | 29.64 | 20.69 | - |
| YUV | 148.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 116 | 0 | 0.15 | 0.31 | 0.34 | 31.7 | 0.24 | 0.56 |
| Hex | A9 | 90 | 74 | 0 | F | 1F | 22 | 20 | 18 | 38 |
| Octal | 251 | 220 | 164 | 0 | 17 | 37 | 42 | 40 | 30 | 70 |
| Binary | 10101001 | 10010000 | 1110100 | 0 | 1111 | 11111 | 100010 | 100000 | 11000 | 111000 |
Color Harmonies of #A99074
Complementary color
Monochromatic Colors of #A99074
Black with #A99074
Text Example
Text Example
White with #A99074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99074; }
p { color: rgb(169,144,116); }
H1.HeaderClassName
{
color: #A99074;
}
.AnyTagClassName
{
color: #A99074;
}
</style>
background-color css
<style>
a { background-color: #A99074; }
a { background-color: rgb(169,144,116); }
div.DivClassName
{
background-color: #A99074;
}
.BgClassName
{
background-color: #A99074;
}
</style>
border-color css
<style>
span { border-color: #A99074; }
span { border-color: rgb(169,144,116); }
td.TdClassName
{
border-color: #A99074;
}
.TagClassName
{
border-color: #A99074;
}
</style>