Shades of Malta #A69C8F
Tints of Malta #A69C8F
RGB
CMYK
RGB Variations
Color information
#A69C8F (or 0xA69C8F) is known color: Malta. HEX triplet: A6, 9C and 8F. RGB value is (166,156,143). Sum of RGB (Red+Green+Blue) = 166+156+143=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C8F is #596370. Grayscale: #9D9D9D. Windows color (decimal): -5858161 or 9411750. OLE color: 9411750.
HSL color Cylindrical-coordinate representation of color #A69C8F: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A69C8F is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 143 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.35 |
| HSL | 33.91º | 0.11% | 0.61% | - |
| HSV(B) | 33.91º | 0.14% | 0.65% | - |
| XYZ | 32.57 | 33.87 | 30.81 | - |
| YUV | 157.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 143 | 0 | 0.06 | 0.14 | 0.35 | 33.91 | 0.11 | 0.61 |
| Hex | A6 | 9C | 8F | 0 | 6 | E | 23 | 22 | B | 3D |
| Octal | 246 | 234 | 217 | 0 | 6 | 16 | 43 | 42 | 13 | 75 |
| Binary | 10100110 | 10011100 | 10001111 | 0 | 110 | 1110 | 100011 | 100010 | 1011 | 111101 |
Color Harmonies of #A69C8F
Complementary color
Monochromatic Colors of #A69C8F
Black with #A69C8F
Text Example
Text Example
White with #A69C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C8F; }
p { color: rgb(166,156,143); }
H1.HeaderClassName
{
color: #A69C8F;
}
.AnyTagClassName
{
color: #A69C8F;
}
</style>
background-color css
<style>
a { background-color: #A69C8F; }
a { background-color: rgb(166,156,143); }
div.DivClassName
{
background-color: #A69C8F;
}
.BgClassName
{
background-color: #A69C8F;
}
</style>
border-color css
<style>
span { border-color: #A69C8F; }
span { border-color: rgb(166,156,143); }
td.TdClassName
{
border-color: #A69C8F;
}
.TagClassName
{
border-color: #A69C8F;
}
</style>