Shades of Thatch #A48F88
Tints of Thatch #A48F88
RGB
CMYK
RGB Variations
Color information
#A48F88 (or 0xA48F88) is known color: Thatch. HEX triplet: A4, 8F and 88. RGB value is (164,143,136). Sum of RGB (Red+Green+Blue) = 164+143+136=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F88 is #5B7077. Grayscale: #949494. Windows color (decimal): -5992568 or 8949668. OLE color: 8949668.
HSL color Cylindrical-coordinate representation of color #A48F88: hue angle of 15º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48F88 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 136 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.36 |
| HSL | 15º | 0.13% | 0.59% | - |
| HSV(B) | 15º | 0.17% | 0.64% | - |
| XYZ | 29.58 | 29.32 | 27.39 | - |
| YUV | 148.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 136 | 0 | 0.13 | 0.17 | 0.36 | 15 | 0.13 | 0.59 |
| Hex | A4 | 8F | 88 | 0 | D | 11 | 24 | F | D | 3B |
| Octal | 244 | 217 | 210 | 0 | 15 | 21 | 44 | 17 | 15 | 73 |
| Binary | 10100100 | 10001111 | 10001000 | 0 | 1101 | 10001 | 100100 | 1111 | 1101 | 111011 |
Color Harmonies of #A48F88
Complementary color
Monochromatic Colors of #A48F88
Black with #A48F88
Text Example
Text Example
White with #A48F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F88; }
p { color: rgb(164,143,136); }
H1.HeaderClassName
{
color: #A48F88;
}
.AnyTagClassName
{
color: #A48F88;
}
</style>
background-color css
<style>
a { background-color: #A48F88; }
a { background-color: rgb(164,143,136); }
div.DivClassName
{
background-color: #A48F88;
}
.BgClassName
{
background-color: #A48F88;
}
</style>
border-color css
<style>
span { border-color: #A48F88; }
span { border-color: rgb(164,143,136); }
td.TdClassName
{
border-color: #A48F88;
}
.TagClassName
{
border-color: #A48F88;
}
</style>