Shades of Malta #A59583
Tints of Malta #A59583
RGB
CMYK
RGB Variations
Color information
#A59583 (or 0xA59583) is known color: Malta. HEX triplet: A5, 95 and 83. RGB value is (165,149,131). Sum of RGB (Red+Green+Blue) = 165+149+131=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A59583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59583 is #5A6A7C. Grayscale: #979797. Windows color (decimal): -5925501 or 8623525. OLE color: 8623525.
HSL color Cylindrical-coordinate representation of color #A59583: hue angle of 31.76º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59583 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 131 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.35 |
| HSL | 31.76º | 0.16% | 0.58% | - |
| HSV(B) | 31.76º | 0.21% | 0.65% | - |
| XYZ | 30.36 | 31.13 | 25.88 | - |
| YUV | 151.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 131 | 0 | 0.10 | 0.21 | 0.35 | 31.76 | 0.16 | 0.58 |
| Hex | A5 | 95 | 83 | 0 | A | 15 | 23 | 20 | 10 | 3A |
| Octal | 245 | 225 | 203 | 0 | 12 | 25 | 43 | 40 | 20 | 72 |
| Binary | 10100101 | 10010101 | 10000011 | 0 | 1010 | 10101 | 100011 | 100000 | 10000 | 111010 |
Color Harmonies of #A59583
Complementary color
Monochromatic Colors of #A59583
Black with #A59583
Text Example
Text Example
White with #A59583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59583; }
p { color: rgb(165,149,131); }
H1.HeaderClassName
{
color: #A59583;
}
.AnyTagClassName
{
color: #A59583;
}
</style>
background-color css
<style>
a { background-color: #A59583; }
a { background-color: rgb(165,149,131); }
div.DivClassName
{
background-color: #A59583;
}
.BgClassName
{
background-color: #A59583;
}
</style>
border-color css
<style>
span { border-color: #A59583; }
span { border-color: rgb(165,149,131); }
td.TdClassName
{
border-color: #A59583;
}
.TagClassName
{
border-color: #A59583;
}
</style>