Shades of Thatch #A28E8E
Tints of Thatch #A28E8E
RGB
CMYK
RGB Variations
Color information
#A28E8E (or 0xA28E8E) is known color: Thatch. HEX triplet: A2, 8E and 8E. RGB value is (162,142,142). Sum of RGB (Red+Green+Blue) = 162+142+142=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E8E is #5D7171. Grayscale: #949494. Windows color (decimal): -6123890 or 9342626. OLE color: 9342626.
HSL color Cylindrical-coordinate representation of color #A28E8E: hue angle of 0º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A28E8E is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 142 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.36 |
| HSL | 0º | 0.1% | 0.6% | - |
| HSV(B) | 0º | 0.12% | 0.64% | - |
| XYZ | 29.46 | 28.98 | 29.63 | - |
| YUV | 147.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 142 | 0 | 0.12 | 0.12 | 0.36 | 0 | 0.1 | 0.6 |
| Hex | A2 | 8E | 8E | 0 | C | C | 24 | 0 | A | 3C |
| Octal | 242 | 216 | 216 | 0 | 14 | 14 | 44 | 0 | 12 | 74 |
| Binary | 10100010 | 10001110 | 10001110 | 0 | 1100 | 1100 | 100100 | 0 | 1010 | 111100 |
Color Harmonies of #A28E8E
Complementary color
Monochromatic Colors of #A28E8E
Black with #A28E8E
Text Example
Text Example
White with #A28E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E8E; }
p { color: rgb(162,142,142); }
H1.HeaderClassName
{
color: #A28E8E;
}
.AnyTagClassName
{
color: #A28E8E;
}
</style>
background-color css
<style>
a { background-color: #A28E8E; }
a { background-color: rgb(162,142,142); }
div.DivClassName
{
background-color: #A28E8E;
}
.BgClassName
{
background-color: #A28E8E;
}
</style>
border-color css
<style>
span { border-color: #A28E8E; }
span { border-color: rgb(162,142,142); }
td.TdClassName
{
border-color: #A28E8E;
}
.TagClassName
{
border-color: #A28E8E;
}
</style>