Shades of Thatch #A59995
Tints of Thatch #A59995
RGB
CMYK
RGB Variations
Color information
#A59995 (or 0xA59995) is known color: Thatch. HEX triplet: A5, 99 and 95. RGB value is (165,153,149). Sum of RGB (Red+Green+Blue) = 165+153+149=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A59995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59995 is #5A666A. Grayscale: #9C9C9C. Windows color (decimal): -5924459 or 9804197. OLE color: 9804197.
HSL color Cylindrical-coordinate representation of color #A59995: hue angle of 15º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A59995 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 149 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.35 |
| HSL | 15º | 0.08% | 0.62% | - |
| HSV(B) | 15º | 0.1% | 0.65% | - |
| XYZ | 32.33 | 32.95 | 33.09 | - |
| YUV | 156.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 149 | 0 | 0.07 | 0.10 | 0.35 | 15 | 0.08 | 0.62 |
| Hex | A5 | 99 | 95 | 0 | 7 | A | 23 | F | 8 | 3E |
| Octal | 245 | 231 | 225 | 0 | 7 | 12 | 43 | 17 | 10 | 76 |
| Binary | 10100101 | 10011001 | 10010101 | 0 | 111 | 1010 | 100011 | 1111 | 1000 | 111110 |
Color Harmonies of #A59995
Complementary color
Monochromatic Colors of #A59995
Black with #A59995
Text Example
Text Example
White with #A59995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59995; }
p { color: rgb(165,153,149); }
H1.HeaderClassName
{
color: #A59995;
}
.AnyTagClassName
{
color: #A59995;
}
</style>
background-color css
<style>
a { background-color: #A59995; }
a { background-color: rgb(165,153,149); }
div.DivClassName
{
background-color: #A59995;
}
.BgClassName
{
background-color: #A59995;
}
</style>
border-color css
<style>
span { border-color: #A59995; }
span { border-color: rgb(165,153,149); }
td.TdClassName
{
border-color: #A59995;
}
.TagClassName
{
border-color: #A59995;
}
</style>