Shades of Thatch #A48F89
Tints of Thatch #A48F89
RGB
CMYK
RGB Variations
Color information
#A48F89 (or 0xA48F89) is known color: Thatch. HEX triplet: A4, 8F and 89. RGB value is (164,143,137). Sum of RGB (Red+Green+Blue) = 164+143+137=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F89 is #5B7076. Grayscale: #949494. Windows color (decimal): -5992567 or 9015204. OLE color: 9015204.
HSL color Cylindrical-coordinate representation of color #A48F89: hue angle of 13.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48F89 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 137 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.36 |
| HSL | 13.33º | 0.13% | 0.59% | - |
| HSV(B) | 13.33º | 0.16% | 0.64% | - |
| XYZ | 29.65 | 29.34 | 27.77 | - |
| YUV | 148.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 137 | 0 | 0.13 | 0.16 | 0.36 | 13.33 | 0.13 | 0.59 |
| Hex | A4 | 8F | 89 | 0 | D | 10 | 24 | D | D | 3B |
| Octal | 244 | 217 | 211 | 0 | 15 | 20 | 44 | 15 | 15 | 73 |
| Binary | 10100100 | 10001111 | 10001001 | 0 | 1101 | 10000 | 100100 | 1101 | 1101 | 111011 |
Color Harmonies of #A48F89
Complementary color
Monochromatic Colors of #A48F89
Black with #A48F89
Text Example
Text Example
White with #A48F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F89; }
p { color: rgb(164,143,137); }
H1.HeaderClassName
{
color: #A48F89;
}
.AnyTagClassName
{
color: #A48F89;
}
</style>
background-color css
<style>
a { background-color: #A48F89; }
a { background-color: rgb(164,143,137); }
div.DivClassName
{
background-color: #A48F89;
}
.BgClassName
{
background-color: #A48F89;
}
</style>
border-color css
<style>
span { border-color: #A48F89; }
span { border-color: rgb(164,143,137); }
td.TdClassName
{
border-color: #A48F89;
}
.TagClassName
{
border-color: #A48F89;
}
</style>