Shades of Thatch #A38E8E
Tints of Thatch #A38E8E
RGB
CMYK
RGB Variations
Color information
#A38E8E (or 0xA38E8E) is known color: Thatch. HEX triplet: A3, 8E and 8E. RGB value is (163,142,142). Sum of RGB (Red+Green+Blue) = 163+142+142=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38E8E is #5C7171. Grayscale: #949494. Windows color (decimal): -6058354 or 9342627. OLE color: 9342627.
HSL color Cylindrical-coordinate representation of color #A38E8E: 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.13%. Process color model (Four color, CMYK) of #A38E8E is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 142 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.36 |
| HSL | 0º | 0.1% | 0.6% | - |
| HSV(B) | 0º | 0.13% | 0.64% | - |
| XYZ | 29.66 | 29.09 | 29.64 | - |
| YUV | 148.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 142 | 0 | 0.13 | 0.13 | 0.36 | 0 | 0.1 | 0.6 |
| Hex | A3 | 8E | 8E | 0 | D | D | 24 | 0 | A | 3C |
| Octal | 243 | 216 | 216 | 0 | 15 | 15 | 44 | 0 | 12 | 74 |
| Binary | 10100011 | 10001110 | 10001110 | 0 | 1101 | 1101 | 100100 | 0 | 1010 | 111100 |
Color Harmonies of #A38E8E
Complementary color
Monochromatic Colors of #A38E8E
Black with #A38E8E
Text Example
Text Example
White with #A38E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E8E; }
p { color: rgb(163,142,142); }
H1.HeaderClassName
{
color: #A38E8E;
}
.AnyTagClassName
{
color: #A38E8E;
}
</style>
background-color css
<style>
a { background-color: #A38E8E; }
a { background-color: rgb(163,142,142); }
div.DivClassName
{
background-color: #A38E8E;
}
.BgClassName
{
background-color: #A38E8E;
}
</style>
border-color css
<style>
span { border-color: #A38E8E; }
span { border-color: rgb(163,142,142); }
td.TdClassName
{
border-color: #A38E8E;
}
.TagClassName
{
border-color: #A38E8E;
}
</style>