Shades of Mongoose #A9926B
Tints of Mongoose #A9926B
RGB
CMYK
RGB Variations
Color information
#A9926B (or 0xA9926B) is known color: Mongoose. HEX triplet: A9, 92 and 6B. RGB value is (169,146,107). Sum of RGB (Red+Green+Blue) = 169+146+107=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9926B is #566D94. Grayscale: #949494. Windows color (decimal): -5664149 or 7049897. OLE color: 7049897.
HSL color Cylindrical-coordinate representation of color #A9926B: hue angle of 37.74º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9926B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 107 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.34 |
| HSL | 37.74º | 0.26% | 0.54% | - |
| HSV(B) | 37.74º | 0.37% | 0.66% | - |
| XYZ | 29.29 | 30.05 | 18.17 | - |
| YUV | 148.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 107 | 0 | 0.14 | 0.37 | 0.34 | 37.74 | 0.26 | 0.54 |
| Hex | A9 | 92 | 6B | 0 | E | 25 | 22 | 26 | 1A | 36 |
| Octal | 251 | 222 | 153 | 0 | 16 | 45 | 42 | 46 | 32 | 66 |
| Binary | 10101001 | 10010010 | 1101011 | 0 | 1110 | 100101 | 100010 | 100110 | 11010 | 110110 |
Color Harmonies of #A9926B
Complementary color
Monochromatic Colors of #A9926B
Black with #A9926B
Text Example
Text Example
White with #A9926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9926B; }
p { color: rgb(169,146,107); }
H1.HeaderClassName
{
color: #A9926B;
}
.AnyTagClassName
{
color: #A9926B;
}
</style>
background-color css
<style>
a { background-color: #A9926B; }
a { background-color: rgb(169,146,107); }
div.DivClassName
{
background-color: #A9926B;
}
.BgClassName
{
background-color: #A9926B;
}
</style>
border-color css
<style>
span { border-color: #A9926B; }
span { border-color: rgb(169,146,107); }
td.TdClassName
{
border-color: #A9926B;
}
.TagClassName
{
border-color: #A9926B;
}
</style>