Shades of Mongoose #A8926B
Tints of Mongoose #A8926B
RGB
CMYK
RGB Variations
Color information
#A8926B (or 0xA8926B) is known color: Mongoose. HEX triplet: A8, 92 and 6B. RGB value is (168,146,107). Sum of RGB (Red+Green+Blue) = 168+146+107=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8926B is #576D94. Grayscale: #949494. Windows color (decimal): -5729685 or 7049896. OLE color: 7049896.
HSL color Cylindrical-coordinate representation of color #A8926B: hue angle of 38.36º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8926B is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 107 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.34 |
| HSL | 38.36º | 0.26% | 0.54% | - |
| HSV(B) | 38.36º | 0.36% | 0.66% | - |
| XYZ | 29.08 | 29.94 | 18.16 | - |
| YUV | 148.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 107 | 0 | 0.13 | 0.36 | 0.34 | 38.36 | 0.26 | 0.54 |
| Hex | A8 | 92 | 6B | 0 | D | 24 | 22 | 26 | 1A | 36 |
| Octal | 250 | 222 | 153 | 0 | 15 | 44 | 42 | 46 | 32 | 66 |
| Binary | 10101000 | 10010010 | 1101011 | 0 | 1101 | 100100 | 100010 | 100110 | 11010 | 110110 |
Color Harmonies of #A8926B
Complementary color
Monochromatic Colors of #A8926B
Black with #A8926B
Text Example
Text Example
White with #A8926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8926B; }
p { color: rgb(168,146,107); }
H1.HeaderClassName
{
color: #A8926B;
}
.AnyTagClassName
{
color: #A8926B;
}
</style>
background-color css
<style>
a { background-color: #A8926B; }
a { background-color: rgb(168,146,107); }
div.DivClassName
{
background-color: #A8926B;
}
.BgClassName
{
background-color: #A8926B;
}
</style>
border-color css
<style>
span { border-color: #A8926B; }
span { border-color: rgb(168,146,107); }
td.TdClassName
{
border-color: #A8926B;
}
.TagClassName
{
border-color: #A8926B;
}
</style>