Shades of Mongoose #A68D73
Tints of Mongoose #A68D73
RGB
CMYK
RGB Variations
Color information
#A68D73 (or 0xA68D73) is known color: Mongoose. HEX triplet: A6, 8D and 73. RGB value is (166,141,115). Sum of RGB (Red+Green+Blue) = 166+141+115=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D73 is #59728C. Grayscale: #919191. Windows color (decimal): -5862029 or 7572902. OLE color: 7572902.
HSL color Cylindrical-coordinate representation of color #A68D73: hue angle of 30.59º 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 #A68D73 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 115 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.35 |
| HSL | 30.59º | 0.22% | 0.55% | - |
| HSV(B) | 30.59º | 0.31% | 0.65% | - |
| XYZ | 28.35 | 28.39 | 20.21 | - |
| YUV | 145.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 115 | 0 | 0.15 | 0.31 | 0.35 | 30.59 | 0.22 | 0.55 |
| Hex | A6 | 8D | 73 | 0 | F | 1F | 23 | 1F | 16 | 37 |
| Octal | 246 | 215 | 163 | 0 | 17 | 37 | 43 | 37 | 26 | 67 |
| Binary | 10100110 | 10001101 | 1110011 | 0 | 1111 | 11111 | 100011 | 11111 | 10110 | 110111 |
Color Harmonies of #A68D73
Complementary color
Monochromatic Colors of #A68D73
Black with #A68D73
Text Example
Text Example
White with #A68D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D73; }
p { color: rgb(166,141,115); }
H1.HeaderClassName
{
color: #A68D73;
}
.AnyTagClassName
{
color: #A68D73;
}
</style>
background-color css
<style>
a { background-color: #A68D73; }
a { background-color: rgb(166,141,115); }
div.DivClassName
{
background-color: #A68D73;
}
.BgClassName
{
background-color: #A68D73;
}
</style>
border-color css
<style>
span { border-color: #A68D73; }
span { border-color: rgb(166,141,115); }
td.TdClassName
{
border-color: #A68D73;
}
.TagClassName
{
border-color: #A68D73;
}
</style>