Shades of Thatch #A58E88
Tints of Thatch #A58E88
RGB
CMYK
RGB Variations
Color information
#A58E88 (or 0xA58E88) is known color: Thatch. HEX triplet: A5, 8E and 88. RGB value is (165,142,136). Sum of RGB (Red+Green+Blue) = 165+142+136=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58E88 is #5A7177. Grayscale: #949494. Windows color (decimal): -5927288 or 8949413. OLE color: 8949413.
HSL color Cylindrical-coordinate representation of color #A58E88: hue angle of 12.41º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58E88 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 136 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.35 |
| HSL | 12.41º | 0.14% | 0.59% | - |
| HSV(B) | 12.41º | 0.18% | 0.65% | - |
| XYZ | 29.63 | 29.12 | 27.35 | - |
| YUV | 148.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 136 | 0 | 0.14 | 0.18 | 0.35 | 12.41 | 0.14 | 0.59 |
| Hex | A5 | 8E | 88 | 0 | E | 12 | 23 | C | E | 3B |
| Octal | 245 | 216 | 210 | 0 | 16 | 22 | 43 | 14 | 16 | 73 |
| Binary | 10100101 | 10001110 | 10001000 | 0 | 1110 | 10010 | 100011 | 1100 | 1110 | 111011 |
Color Harmonies of #A58E88
Complementary color
Monochromatic Colors of #A58E88
Black with #A58E88
Text Example
Text Example
White with #A58E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E88; }
p { color: rgb(165,142,136); }
H1.HeaderClassName
{
color: #A58E88;
}
.AnyTagClassName
{
color: #A58E88;
}
</style>
background-color css
<style>
a { background-color: #A58E88; }
a { background-color: rgb(165,142,136); }
div.DivClassName
{
background-color: #A58E88;
}
.BgClassName
{
background-color: #A58E88;
}
</style>
border-color css
<style>
span { border-color: #A58E88; }
span { border-color: rgb(165,142,136); }
td.TdClassName
{
border-color: #A58E88;
}
.TagClassName
{
border-color: #A58E88;
}
</style>