Shades of Mongoose #A68F69
Tints of Mongoose #A68F69
RGB
CMYK
RGB Variations
Color information
#A68F69 (or 0xA68F69) is known color: Mongoose. HEX triplet: A6, 8F and 69. RGB value is (166,143,105). Sum of RGB (Red+Green+Blue) = 166+143+105=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F69 is #597096. Grayscale: #919191. Windows color (decimal): -5861527 or 6918054. OLE color: 6918054.
HSL color Cylindrical-coordinate representation of color #A68F69: hue angle of 37.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68F69 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 105 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.35 |
| HSL | 37.38º | 0.26% | 0.53% | - |
| HSV(B) | 37.38º | 0.37% | 0.65% | - |
| XYZ | 28.1 | 28.77 | 17.44 | - |
| YUV | 145.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 105 | 0 | 0.14 | 0.37 | 0.35 | 37.38 | 0.26 | 0.53 |
| Hex | A6 | 8F | 69 | 0 | E | 25 | 23 | 25 | 1A | 35 |
| Octal | 246 | 217 | 151 | 0 | 16 | 45 | 43 | 45 | 32 | 65 |
| Binary | 10100110 | 10001111 | 1101001 | 0 | 1110 | 100101 | 100011 | 100101 | 11010 | 110101 |
Color Harmonies of #A68F69
Complementary color
Monochromatic Colors of #A68F69
Black with #A68F69
Text Example
Text Example
White with #A68F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F69; }
p { color: rgb(166,143,105); }
H1.HeaderClassName
{
color: #A68F69;
}
.AnyTagClassName
{
color: #A68F69;
}
</style>
background-color css
<style>
a { background-color: #A68F69; }
a { background-color: rgb(166,143,105); }
div.DivClassName
{
background-color: #A68F69;
}
.BgClassName
{
background-color: #A68F69;
}
</style>
border-color css
<style>
span { border-color: #A68F69; }
span { border-color: rgb(166,143,105); }
td.TdClassName
{
border-color: #A68F69;
}
.TagClassName
{
border-color: #A68F69;
}
</style>