Shades of Mongoose #A68872
Tints of Mongoose #A68872
RGB
CMYK
RGB Variations
Color information
#A68872 (or 0xA68872) is known color: Mongoose. HEX triplet: A6, 88 and 72. RGB value is (166,136,114). Sum of RGB (Red+Green+Blue) = 166+136+114=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68872 is #59778D. Grayscale: #8E8E8E. Windows color (decimal): -5863310 or 7506086. OLE color: 7506086.
HSL color Cylindrical-coordinate representation of color #A68872: hue angle of 25.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68872 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 114 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.35 |
| HSL | 25.38º | 0.23% | 0.55% | - |
| HSV(B) | 25.38º | 0.31% | 0.65% | - |
| XYZ | 27.57 | 26.93 | 19.66 | - |
| YUV | 142.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 114 | 0 | 0.18 | 0.31 | 0.35 | 25.38 | 0.23 | 0.55 |
| Hex | A6 | 88 | 72 | 0 | 12 | 1F | 23 | 19 | 17 | 37 |
| Octal | 246 | 210 | 162 | 0 | 22 | 37 | 43 | 31 | 27 | 67 |
| Binary | 10100110 | 10001000 | 1110010 | 0 | 10010 | 11111 | 100011 | 11001 | 10111 | 110111 |
Color Harmonies of #A68872
Complementary color
Monochromatic Colors of #A68872
Black with #A68872
Text Example
Text Example
White with #A68872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68872; }
p { color: rgb(166,136,114); }
H1.HeaderClassName
{
color: #A68872;
}
.AnyTagClassName
{
color: #A68872;
}
</style>
background-color css
<style>
a { background-color: #A68872; }
a { background-color: rgb(166,136,114); }
div.DivClassName
{
background-color: #A68872;
}
.BgClassName
{
background-color: #A68872;
}
</style>
border-color css
<style>
span { border-color: #A68872; }
span { border-color: rgb(166,136,114); }
td.TdClassName
{
border-color: #A68872;
}
.TagClassName
{
border-color: #A68872;
}
</style>