Shades of Mongoose #A69064
Tints of Mongoose #A69064
RGB
CMYK
RGB Variations
Color information
#A69064 (or 0xA69064) is known color: Mongoose. HEX triplet: A6, 90 and 64. RGB value is (166,144,100). Sum of RGB (Red+Green+Blue) = 166+144+100=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A69064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69064 is #596F9B. Grayscale: #919191. Windows color (decimal): -5861276 or 6590630. OLE color: 6590630.
HSL color Cylindrical-coordinate representation of color #A69064: hue angle of 40º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69064 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 100 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.35 |
| HSL | 40º | 0.27% | 0.52% | - |
| HSV(B) | 40º | 0.4% | 0.65% | - |
| XYZ | 28 | 28.97 | 16.17 | - |
| YUV | 145.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 100 | 0 | 0.13 | 0.40 | 0.35 | 40 | 0.27 | 0.52 |
| Hex | A6 | 90 | 64 | 0 | D | 28 | 23 | 28 | 1B | 34 |
| Octal | 246 | 220 | 144 | 0 | 15 | 50 | 43 | 50 | 33 | 64 |
| Binary | 10100110 | 10010000 | 1100100 | 0 | 1101 | 101000 | 100011 | 101000 | 11011 | 110100 |
Color Harmonies of #A69064
Complementary color
Monochromatic Colors of #A69064
Black with #A69064
Text Example
Text Example
White with #A69064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69064; }
p { color: rgb(166,144,100); }
H1.HeaderClassName
{
color: #A69064;
}
.AnyTagClassName
{
color: #A69064;
}
</style>
background-color css
<style>
a { background-color: #A69064; }
a { background-color: rgb(166,144,100); }
div.DivClassName
{
background-color: #A69064;
}
.BgClassName
{
background-color: #A69064;
}
</style>
border-color css
<style>
span { border-color: #A69064; }
span { border-color: rgb(166,144,100); }
td.TdClassName
{
border-color: #A69064;
}
.TagClassName
{
border-color: #A69064;
}
</style>