Shades of Mongoose #A68C73
Tints of Mongoose #A68C73
RGB
CMYK
RGB Variations
Color information
#A68C73 (or 0xA68C73) is known color: Mongoose. HEX triplet: A6, 8C and 73. RGB value is (166,140,115). Sum of RGB (Red+Green+Blue) = 166+140+115=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C73 is #59738C. Grayscale: #919191. Windows color (decimal): -5862285 or 7572646. OLE color: 7572646.
HSL color Cylindrical-coordinate representation of color #A68C73: hue angle of 29.41º 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 #A68C73 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 115 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.35 |
| HSL | 29.41º | 0.22% | 0.55% | - |
| HSV(B) | 29.41º | 0.31% | 0.65% | - |
| XYZ | 28.2 | 28.1 | 20.16 | - |
| YUV | 144.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 115 | 0 | 0.16 | 0.31 | 0.35 | 29.41 | 0.22 | 0.55 |
| Hex | A6 | 8C | 73 | 0 | 10 | 1F | 23 | 1D | 16 | 37 |
| Octal | 246 | 214 | 163 | 0 | 20 | 37 | 43 | 35 | 26 | 67 |
| Binary | 10100110 | 10001100 | 1110011 | 0 | 10000 | 11111 | 100011 | 11101 | 10110 | 110111 |
Color Harmonies of #A68C73
Complementary color
Monochromatic Colors of #A68C73
Black with #A68C73
Text Example
Text Example
White with #A68C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C73; }
p { color: rgb(166,140,115); }
H1.HeaderClassName
{
color: #A68C73;
}
.AnyTagClassName
{
color: #A68C73;
}
</style>
background-color css
<style>
a { background-color: #A68C73; }
a { background-color: rgb(166,140,115); }
div.DivClassName
{
background-color: #A68C73;
}
.BgClassName
{
background-color: #A68C73;
}
</style>
border-color css
<style>
span { border-color: #A68C73; }
span { border-color: rgb(166,140,115); }
td.TdClassName
{
border-color: #A68C73;
}
.TagClassName
{
border-color: #A68C73;
}
</style>