Shades of Thatch #A59590
Tints of Thatch #A59590
RGB
CMYK
RGB Variations
Color information
#A59590 (or 0xA59590) is known color: Thatch. HEX triplet: A5, 95 and 90. RGB value is (165,149,144). Sum of RGB (Red+Green+Blue) = 165+149+144=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A59590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59590 is #5A6A6F. Grayscale: #999999. Windows color (decimal): -5925488 or 9475493. OLE color: 9475493.
HSL color Cylindrical-coordinate representation of color #A59590: hue angle of 14.29º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59590 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 144 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.35 |
| HSL | 14.29º | 0.1% | 0.61% | - |
| HSV(B) | 14.29º | 0.13% | 0.65% | - |
| XYZ | 31.3 | 31.51 | 30.82 | - |
| YUV | 153.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 144 | 0 | 0.10 | 0.13 | 0.35 | 14.29 | 0.1 | 0.61 |
| Hex | A5 | 95 | 90 | 0 | A | D | 23 | E | A | 3D |
| Octal | 245 | 225 | 220 | 0 | 12 | 15 | 43 | 16 | 12 | 75 |
| Binary | 10100101 | 10010101 | 10010000 | 0 | 1010 | 1101 | 100011 | 1110 | 1010 | 111101 |
Color Harmonies of #A59590
Complementary color
Monochromatic Colors of #A59590
Black with #A59590
Text Example
Text Example
White with #A59590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59590; }
p { color: rgb(165,149,144); }
H1.HeaderClassName
{
color: #A59590;
}
.AnyTagClassName
{
color: #A59590;
}
</style>
background-color css
<style>
a { background-color: #A59590; }
a { background-color: rgb(165,149,144); }
div.DivClassName
{
background-color: #A59590;
}
.BgClassName
{
background-color: #A59590;
}
</style>
border-color css
<style>
span { border-color: #A59590; }
span { border-color: rgb(165,149,144); }
td.TdClassName
{
border-color: #A59590;
}
.TagClassName
{
border-color: #A59590;
}
</style>