Shades of Mongoose #A88F66
Tints of Mongoose #A88F66
RGB
CMYK
RGB Variations
Color information
#A88F66 (or 0xA88F66) is known color: Mongoose. HEX triplet: A8, 8F and 66. RGB value is (168,143,102). Sum of RGB (Red+Green+Blue) = 168+143+102=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88F66 is #577099. Grayscale: #919191. Windows color (decimal): -5730458 or 6721448. OLE color: 6721448.
HSL color Cylindrical-coordinate representation of color #A88F66: hue angle of 37.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88F66 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 102 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.34 |
| HSL | 37.27º | 0.28% | 0.53% | - |
| HSV(B) | 37.27º | 0.39% | 0.66% | - |
| XYZ | 28.37 | 28.93 | 16.66 | - |
| YUV | 145.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 102 | 0 | 0.15 | 0.39 | 0.34 | 37.27 | 0.28 | 0.53 |
| Hex | A8 | 8F | 66 | 0 | F | 27 | 22 | 25 | 1C | 35 |
| Octal | 250 | 217 | 146 | 0 | 17 | 47 | 42 | 45 | 34 | 65 |
| Binary | 10101000 | 10001111 | 1100110 | 0 | 1111 | 100111 | 100010 | 100101 | 11100 | 110101 |
Color Harmonies of #A88F66
Complementary color
Monochromatic Colors of #A88F66
Black with #A88F66
Text Example
Text Example
White with #A88F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F66; }
p { color: rgb(168,143,102); }
H1.HeaderClassName
{
color: #A88F66;
}
.AnyTagClassName
{
color: #A88F66;
}
</style>
background-color css
<style>
a { background-color: #A88F66; }
a { background-color: rgb(168,143,102); }
div.DivClassName
{
background-color: #A88F66;
}
.BgClassName
{
background-color: #A88F66;
}
</style>
border-color css
<style>
span { border-color: #A88F66; }
span { border-color: rgb(168,143,102); }
td.TdClassName
{
border-color: #A88F66;
}
.TagClassName
{
border-color: #A88F66;
}
</style>