Shades of Mongoose #A89169
Tints of Mongoose #A89169
RGB
CMYK
RGB Variations
Color information
#A89169 (or 0xA89169) is known color: Mongoose. HEX triplet: A8, 91 and 69. RGB value is (168,145,105). Sum of RGB (Red+Green+Blue) = 168+145+105=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A89169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89169 is #576E96. Grayscale: #939393. Windows color (decimal): -5729943 or 6918568. OLE color: 6918568.
HSL color Cylindrical-coordinate representation of color #A89169: hue angle of 38.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A89169 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 105 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.34 |
| HSL | 38.1º | 0.27% | 0.54% | - |
| HSV(B) | 38.1º | 0.38% | 0.66% | - |
| XYZ | 28.82 | 29.6 | 17.56 | - |
| YUV | 147.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 105 | 0 | 0.14 | 0.38 | 0.34 | 38.1 | 0.27 | 0.54 |
| Hex | A8 | 91 | 69 | 0 | E | 26 | 22 | 26 | 1B | 36 |
| Octal | 250 | 221 | 151 | 0 | 16 | 46 | 42 | 46 | 33 | 66 |
| Binary | 10101000 | 10010001 | 1101001 | 0 | 1110 | 100110 | 100010 | 100110 | 11011 | 110110 |
Color Harmonies of #A89169
Complementary color
Monochromatic Colors of #A89169
Black with #A89169
Text Example
Text Example
White with #A89169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89169; }
p { color: rgb(168,145,105); }
H1.HeaderClassName
{
color: #A89169;
}
.AnyTagClassName
{
color: #A89169;
}
</style>
background-color css
<style>
a { background-color: #A89169; }
a { background-color: rgb(168,145,105); }
div.DivClassName
{
background-color: #A89169;
}
.BgClassName
{
background-color: #A89169;
}
</style>
border-color css
<style>
span { border-color: #A89169; }
span { border-color: rgb(168,145,105); }
td.TdClassName
{
border-color: #A89169;
}
.TagClassName
{
border-color: #A89169;
}
</style>