Shades of Mongoose #A68B73
Tints of Mongoose #A68B73
RGB
CMYK
RGB Variations
Color information
#A68B73 (or 0xA68B73) is known color: Mongoose. HEX triplet: A6, 8B and 73. RGB value is (166,139,115). Sum of RGB (Red+Green+Blue) = 166+139+115=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B73 is #59748C. Grayscale: #909090. Windows color (decimal): -5862541 or 7572390. OLE color: 7572390.
HSL color Cylindrical-coordinate representation of color #A68B73: hue angle of 28.24º degrees, saturation: 0.22, 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 #A68B73 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 115 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.35 |
| HSL | 28.24º | 0.22% | 0.55% | - |
| HSV(B) | 28.24º | 0.31% | 0.65% | - |
| XYZ | 28.05 | 27.81 | 20.11 | - |
| YUV | 144.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 115 | 0 | 0.16 | 0.31 | 0.35 | 28.24 | 0.22 | 0.55 |
| Hex | A6 | 8B | 73 | 0 | 10 | 1F | 23 | 1C | 16 | 37 |
| Octal | 246 | 213 | 163 | 0 | 20 | 37 | 43 | 34 | 26 | 67 |
| Binary | 10100110 | 10001011 | 1110011 | 0 | 10000 | 11111 | 100011 | 11100 | 10110 | 110111 |
Color Harmonies of #A68B73
Complementary color
Monochromatic Colors of #A68B73
Black with #A68B73
Text Example
Text Example
White with #A68B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B73; }
p { color: rgb(166,139,115); }
H1.HeaderClassName
{
color: #A68B73;
}
.AnyTagClassName
{
color: #A68B73;
}
</style>
background-color css
<style>
a { background-color: #A68B73; }
a { background-color: rgb(166,139,115); }
div.DivClassName
{
background-color: #A68B73;
}
.BgClassName
{
background-color: #A68B73;
}
</style>
border-color css
<style>
span { border-color: #A68B73; }
span { border-color: rgb(166,139,115); }
td.TdClassName
{
border-color: #A68B73;
}
.TagClassName
{
border-color: #A68B73;
}
</style>