Shades of Mongoose #A68D69
Tints of Mongoose #A68D69
RGB
CMYK
RGB Variations
Color information
#A68D69 (or 0xA68D69) is known color: Mongoose. HEX triplet: A6, 8D and 69. RGB value is (166,141,105). Sum of RGB (Red+Green+Blue) = 166+141+105=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D69 is #597296. Grayscale: #909090. Windows color (decimal): -5862039 or 6917542. OLE color: 6917542.
HSL color Cylindrical-coordinate representation of color #A68D69: hue angle of 35.41º 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 #A68D69 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 105 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.35 |
| HSL | 35.41º | 0.26% | 0.53% | - |
| HSV(B) | 35.41º | 0.37% | 0.65% | - |
| XYZ | 27.8 | 28.18 | 17.34 | - |
| YUV | 144.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 105 | 0 | 0.15 | 0.37 | 0.35 | 35.41 | 0.26 | 0.53 |
| Hex | A6 | 8D | 69 | 0 | F | 25 | 23 | 23 | 1A | 35 |
| Octal | 246 | 215 | 151 | 0 | 17 | 45 | 43 | 43 | 32 | 65 |
| Binary | 10100110 | 10001101 | 1101001 | 0 | 1111 | 100101 | 100011 | 100011 | 11010 | 110101 |
Color Harmonies of #A68D69
Complementary color
Monochromatic Colors of #A68D69
Black with #A68D69
Text Example
Text Example
White with #A68D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D69; }
p { color: rgb(166,141,105); }
H1.HeaderClassName
{
color: #A68D69;
}
.AnyTagClassName
{
color: #A68D69;
}
</style>
background-color css
<style>
a { background-color: #A68D69; }
a { background-color: rgb(166,141,105); }
div.DivClassName
{
background-color: #A68D69;
}
.BgClassName
{
background-color: #A68D69;
}
</style>
border-color css
<style>
span { border-color: #A68D69; }
span { border-color: rgb(166,141,105); }
td.TdClassName
{
border-color: #A68D69;
}
.TagClassName
{
border-color: #A68D69;
}
</style>