Shades of Thatch #A28C86
Tints of Thatch #A28C86
RGB
CMYK
RGB Variations
Color information
#A28C86 (or 0xA28C86) is known color: Thatch. HEX triplet: A2, 8C and 86. RGB value is (162,140,134). Sum of RGB (Red+Green+Blue) = 162+140+134=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C86 is #5D7379. Grayscale: #919191. Windows color (decimal): -6124410 or 8817826. OLE color: 8817826.
HSL color Cylindrical-coordinate representation of color #A28C86: hue angle of 12.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A28C86 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 134 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.36 |
| HSL | 12.86º | 0.13% | 0.58% | - |
| HSV(B) | 12.86º | 0.17% | 0.64% | - |
| XYZ | 28.58 | 28.16 | 26.48 | - |
| YUV | 145.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 134 | 0 | 0.14 | 0.17 | 0.36 | 12.86 | 0.13 | 0.58 |
| Hex | A2 | 8C | 86 | 0 | E | 11 | 24 | D | D | 3A |
| Octal | 242 | 214 | 206 | 0 | 16 | 21 | 44 | 15 | 15 | 72 |
| Binary | 10100010 | 10001100 | 10000110 | 0 | 1110 | 10001 | 100100 | 1101 | 1101 | 111010 |
Color Harmonies of #A28C86
Complementary color
Monochromatic Colors of #A28C86
Black with #A28C86
Text Example
Text Example
White with #A28C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C86; }
p { color: rgb(162,140,134); }
H1.HeaderClassName
{
color: #A28C86;
}
.AnyTagClassName
{
color: #A28C86;
}
</style>
background-color css
<style>
a { background-color: #A28C86; }
a { background-color: rgb(162,140,134); }
div.DivClassName
{
background-color: #A28C86;
}
.BgClassName
{
background-color: #A28C86;
}
</style>
border-color css
<style>
span { border-color: #A28C86; }
span { border-color: rgb(162,140,134); }
td.TdClassName
{
border-color: #A28C86;
}
.TagClassName
{
border-color: #A28C86;
}
</style>