Shades of Malta #A69986
Tints of Malta #A69986
RGB
CMYK
RGB Variations
Color information
#A69986 (or 0xA69986) is known color: Malta. HEX triplet: A6, 99 and 86. RGB value is (166,153,134). Sum of RGB (Red+Green+Blue) = 166+153+134=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A69986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69986 is #596679. Grayscale: #9A9A9A. Windows color (decimal): -5858938 or 8821158. OLE color: 8821158.
HSL color Cylindrical-coordinate representation of color #A69986: hue angle of 35.62º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A69986 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 134 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.35 |
| HSL | 35.63º | 0.15% | 0.59% | - |
| HSV(B) | 35.63º | 0.19% | 0.65% | - |
| XYZ | 31.42 | 32.61 | 27.19 | - |
| YUV | 154.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 134 | 0 | 0.08 | 0.19 | 0.35 | 35.63 | 0.15 | 0.59 |
| Hex | A6 | 99 | 86 | 0 | 8 | 13 | 23 | 24 | F | 3B |
| Octal | 246 | 231 | 206 | 0 | 10 | 23 | 43 | 44 | 17 | 73 |
| Binary | 10100110 | 10011001 | 10000110 | 0 | 1000 | 10011 | 100011 | 100100 | 1111 | 111011 |
Color Harmonies of #A69986
Complementary color
Monochromatic Colors of #A69986
Black with #A69986
Text Example
Text Example
White with #A69986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69986; }
p { color: rgb(166,153,134); }
H1.HeaderClassName
{
color: #A69986;
}
.AnyTagClassName
{
color: #A69986;
}
</style>
background-color css
<style>
a { background-color: #A69986; }
a { background-color: rgb(166,153,134); }
div.DivClassName
{
background-color: #A69986;
}
.BgClassName
{
background-color: #A69986;
}
</style>
border-color css
<style>
span { border-color: #A69986; }
span { border-color: rgb(166,153,134); }
td.TdClassName
{
border-color: #A69986;
}
.TagClassName
{
border-color: #A69986;
}
</style>