Shades of Mongoose #A9926D
Tints of Mongoose #A9926D
RGB
CMYK
RGB Variations
Color information
#A9926D (or 0xA9926D) is known color: Mongoose. HEX triplet: A9, 92 and 6D. RGB value is (169,146,109). Sum of RGB (Red+Green+Blue) = 169+146+109=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9926D is #566D92. Grayscale: #949494. Windows color (decimal): -5664147 or 7180969. OLE color: 7180969.
HSL color Cylindrical-coordinate representation of color #A9926D: hue angle of 37º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9926D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 109 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.34 |
| HSL | 37º | 0.26% | 0.55% | - |
| HSV(B) | 37º | 0.36% | 0.66% | - |
| XYZ | 29.4 | 30.1 | 18.73 | - |
| YUV | 148.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 109 | 0 | 0.14 | 0.36 | 0.34 | 37 | 0.26 | 0.55 |
| Hex | A9 | 92 | 6D | 0 | E | 24 | 22 | 25 | 1A | 37 |
| Octal | 251 | 222 | 155 | 0 | 16 | 44 | 42 | 45 | 32 | 67 |
| Binary | 10101001 | 10010010 | 1101101 | 0 | 1110 | 100100 | 100010 | 100101 | 11010 | 110111 |
Color Harmonies of #A9926D
Complementary color
Monochromatic Colors of #A9926D
Black with #A9926D
Text Example
Text Example
White with #A9926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9926D; }
p { color: rgb(169,146,109); }
H1.HeaderClassName
{
color: #A9926D;
}
.AnyTagClassName
{
color: #A9926D;
}
</style>
background-color css
<style>
a { background-color: #A9926D; }
a { background-color: rgb(169,146,109); }
div.DivClassName
{
background-color: #A9926D;
}
.BgClassName
{
background-color: #A9926D;
}
</style>
border-color css
<style>
span { border-color: #A9926D; }
span { border-color: rgb(169,146,109); }
td.TdClassName
{
border-color: #A9926D;
}
.TagClassName
{
border-color: #A9926D;
}
</style>