Shades of Thatch #A28E8D
Tints of Thatch #A28E8D
RGB
CMYK
RGB Variations
Color information
#A28E8D (or 0xA28E8D) is known color: Thatch. HEX triplet: A2, 8E and 8D. RGB value is (162,142,141). Sum of RGB (Red+Green+Blue) = 162+142+141=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E8D is #5D7172. Grayscale: #939393. Windows color (decimal): -6123891 or 9277090. OLE color: 9277090.
HSL color Cylindrical-coordinate representation of color #A28E8D: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A28E8D is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 141 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.36 |
| HSL | 2.86º | 0.1% | 0.59% | - |
| HSV(B) | 2.86º | 0.13% | 0.64% | - |
| XYZ | 29.38 | 28.95 | 29.24 | - |
| YUV | 147.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 141 | 0 | 0.12 | 0.13 | 0.36 | 2.86 | 0.1 | 0.59 |
| Hex | A2 | 8E | 8D | 0 | C | D | 24 | 3 | A | 3B |
| Octal | 242 | 216 | 215 | 0 | 14 | 15 | 44 | 3 | 12 | 73 |
| Binary | 10100010 | 10001110 | 10001101 | 0 | 1100 | 1101 | 100100 | 11 | 1010 | 111011 |
Color Harmonies of #A28E8D
Complementary color
Monochromatic Colors of #A28E8D
Black with #A28E8D
Text Example
Text Example
White with #A28E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E8D; }
p { color: rgb(162,142,141); }
H1.HeaderClassName
{
color: #A28E8D;
}
.AnyTagClassName
{
color: #A28E8D;
}
</style>
background-color css
<style>
a { background-color: #A28E8D; }
a { background-color: rgb(162,142,141); }
div.DivClassName
{
background-color: #A28E8D;
}
.BgClassName
{
background-color: #A28E8D;
}
</style>
border-color css
<style>
span { border-color: #A28E8D; }
span { border-color: rgb(162,142,141); }
td.TdClassName
{
border-color: #A28E8D;
}
.TagClassName
{
border-color: #A28E8D;
}
</style>