Shades of Mongoose #A88A6D
Tints of Mongoose #A88A6D
RGB
CMYK
RGB Variations
Color information
#A88A6D (or 0xA88A6D) is known color: Mongoose. HEX triplet: A8, 8A and 6D. RGB value is (168,138,109). Sum of RGB (Red+Green+Blue) = 168+138+109=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A6D is #577592. Grayscale: #8F8F8F. Windows color (decimal): -5731731 or 7178920. OLE color: 7178920.
HSL color Cylindrical-coordinate representation of color #A88A6D: hue angle of 29.49º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88A6D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 109 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.34 |
| HSL | 29.49º | 0.25% | 0.54% | - |
| HSV(B) | 29.49º | 0.35% | 0.66% | - |
| XYZ | 28 | 27.61 | 18.32 | - |
| YUV | 143.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 109 | 0 | 0.18 | 0.35 | 0.34 | 29.49 | 0.25 | 0.54 |
| Hex | A8 | 8A | 6D | 0 | 12 | 23 | 22 | 1D | 19 | 36 |
| Octal | 250 | 212 | 155 | 0 | 22 | 43 | 42 | 35 | 31 | 66 |
| Binary | 10101000 | 10001010 | 1101101 | 0 | 10010 | 100011 | 100010 | 11101 | 11001 | 110110 |
Color Harmonies of #A88A6D
Complementary color
Monochromatic Colors of #A88A6D
Black with #A88A6D
Text Example
Text Example
White with #A88A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A6D; }
p { color: rgb(168,138,109); }
H1.HeaderClassName
{
color: #A88A6D;
}
.AnyTagClassName
{
color: #A88A6D;
}
</style>
background-color css
<style>
a { background-color: #A88A6D; }
a { background-color: rgb(168,138,109); }
div.DivClassName
{
background-color: #A88A6D;
}
.BgClassName
{
background-color: #A88A6D;
}
</style>
border-color css
<style>
span { border-color: #A88A6D; }
span { border-color: rgb(168,138,109); }
td.TdClassName
{
border-color: #A88A6D;
}
.TagClassName
{
border-color: #A88A6D;
}
</style>