Shades of Mongoose #A68F67
Tints of Mongoose #A68F67
RGB
CMYK
RGB Variations
Color information
#A68F67 (or 0xA68F67) is known color: Mongoose. HEX triplet: A6, 8F and 67. RGB value is (166,143,103). Sum of RGB (Red+Green+Blue) = 166+143+103=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F67 is #597098. Grayscale: #919191. Windows color (decimal): -5861529 or 6786982. OLE color: 6786982.
HSL color Cylindrical-coordinate representation of color #A68F67: hue angle of 38.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68F67 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 103 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.35 |
| HSL | 38.1º | 0.26% | 0.53% | - |
| HSV(B) | 38.1º | 0.38% | 0.65% | - |
| XYZ | 28 | 28.73 | 16.9 | - |
| YUV | 145.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 103 | 0 | 0.14 | 0.38 | 0.35 | 38.1 | 0.26 | 0.53 |
| Hex | A6 | 8F | 67 | 0 | E | 26 | 23 | 26 | 1A | 35 |
| Octal | 246 | 217 | 147 | 0 | 16 | 46 | 43 | 46 | 32 | 65 |
| Binary | 10100110 | 10001111 | 1100111 | 0 | 1110 | 100110 | 100011 | 100110 | 11010 | 110101 |
Color Harmonies of #A68F67
Complementary color
Monochromatic Colors of #A68F67
Black with #A68F67
Text Example
Text Example
White with #A68F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F67; }
p { color: rgb(166,143,103); }
H1.HeaderClassName
{
color: #A68F67;
}
.AnyTagClassName
{
color: #A68F67;
}
</style>
background-color css
<style>
a { background-color: #A68F67; }
a { background-color: rgb(166,143,103); }
div.DivClassName
{
background-color: #A68F67;
}
.BgClassName
{
background-color: #A68F67;
}
</style>
border-color css
<style>
span { border-color: #A68F67; }
span { border-color: rgb(166,143,103); }
td.TdClassName
{
border-color: #A68F67;
}
.TagClassName
{
border-color: #A68F67;
}
</style>