Shades of Thatch #A58F88
Tints of Thatch #A58F88
RGB
CMYK
RGB Variations
Color information
#A58F88 (or 0xA58F88) is known color: Thatch. HEX triplet: A5, 8F and 88. RGB value is (165,143,136). Sum of RGB (Red+Green+Blue) = 165+143+136=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58F88 is #5A7077. Grayscale: #949494. Windows color (decimal): -5927032 or 8949669. OLE color: 8949669.
HSL color Cylindrical-coordinate representation of color #A58F88: hue angle of 14.48º 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 #A58F88 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 136 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.35 |
| HSL | 14.48º | 0.14% | 0.59% | - |
| HSV(B) | 14.48º | 0.18% | 0.65% | - |
| XYZ | 29.78 | 29.42 | 27.4 | - |
| YUV | 148.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 136 | 0 | 0.13 | 0.18 | 0.35 | 14.48 | 0.14 | 0.59 |
| Hex | A5 | 8F | 88 | 0 | D | 12 | 23 | E | E | 3B |
| Octal | 245 | 217 | 210 | 0 | 15 | 22 | 43 | 16 | 16 | 73 |
| Binary | 10100101 | 10001111 | 10001000 | 0 | 1101 | 10010 | 100011 | 1110 | 1110 | 111011 |
Color Harmonies of #A58F88
Complementary color
Monochromatic Colors of #A58F88
Black with #A58F88
Text Example
Text Example
White with #A58F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F88; }
p { color: rgb(165,143,136); }
H1.HeaderClassName
{
color: #A58F88;
}
.AnyTagClassName
{
color: #A58F88;
}
</style>
background-color css
<style>
a { background-color: #A58F88; }
a { background-color: rgb(165,143,136); }
div.DivClassName
{
background-color: #A58F88;
}
.BgClassName
{
background-color: #A58F88;
}
</style>
border-color css
<style>
span { border-color: #A58F88; }
span { border-color: rgb(165,143,136); }
td.TdClassName
{
border-color: #A58F88;
}
.TagClassName
{
border-color: #A58F88;
}
</style>