Shades of Thatch #A28E89
Tints of Thatch #A28E89
RGB
CMYK
RGB Variations
Color information
#A28E89 (or 0xA28E89) is known color: Thatch. HEX triplet: A2, 8E and 89. RGB value is (162,142,137). Sum of RGB (Red+Green+Blue) = 162+142+137=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E89 is #5D7176. Grayscale: #939393. Windows color (decimal): -6123895 or 9014946. OLE color: 9014946.
HSL color Cylindrical-coordinate representation of color #A28E89: hue angle of 12º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28E89 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 137 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.36 |
| HSL | 12º | 0.12% | 0.59% | - |
| HSV(B) | 12º | 0.15% | 0.64% | - |
| XYZ | 29.09 | 28.83 | 27.7 | - |
| YUV | 147.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 137 | 0 | 0.12 | 0.15 | 0.36 | 12 | 0.12 | 0.59 |
| Hex | A2 | 8E | 89 | 0 | C | F | 24 | C | C | 3B |
| Octal | 242 | 216 | 211 | 0 | 14 | 17 | 44 | 14 | 14 | 73 |
| Binary | 10100010 | 10001110 | 10001001 | 0 | 1100 | 1111 | 100100 | 1100 | 1100 | 111011 |
Color Harmonies of #A28E89
Complementary color
Monochromatic Colors of #A28E89
Black with #A28E89
Text Example
Text Example
White with #A28E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E89; }
p { color: rgb(162,142,137); }
H1.HeaderClassName
{
color: #A28E89;
}
.AnyTagClassName
{
color: #A28E89;
}
</style>
background-color css
<style>
a { background-color: #A28E89; }
a { background-color: rgb(162,142,137); }
div.DivClassName
{
background-color: #A28E89;
}
.BgClassName
{
background-color: #A28E89;
}
</style>
border-color css
<style>
span { border-color: #A28E89; }
span { border-color: rgb(162,142,137); }
td.TdClassName
{
border-color: #A28E89;
}
.TagClassName
{
border-color: #A28E89;
}
</style>