Shades of Thatch #A08F8E
Tints of Thatch #A08F8E
RGB
CMYK
RGB Variations
Color information
#A08F8E (or 0xA08F8E) is known color: Thatch. HEX triplet: A0, 8F and 8E. RGB value is (160,143,142). Sum of RGB (Red+Green+Blue) = 160+143+142=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F8E is #5F7071. Grayscale: #939393. Windows color (decimal): -6254706 or 9342880. OLE color: 9342880.
HSL color Cylindrical-coordinate representation of color #A08F8E: hue angle of 3.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08F8E is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 142 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.37 |
| HSL | 3.33º | 0.09% | 0.59% | - |
| HSV(B) | 3.33º | 0.11% | 0.63% | - |
| XYZ | 29.2 | 29.07 | 29.66 | - |
| YUV | 147.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 142 | 0 | 0.11 | 0.11 | 0.37 | 3.33 | 0.09 | 0.59 |
| Hex | A0 | 8F | 8E | 0 | B | B | 25 | 3 | 9 | 3B |
| Octal | 240 | 217 | 216 | 0 | 13 | 13 | 45 | 3 | 11 | 73 |
| Binary | 10100000 | 10001111 | 10001110 | 0 | 1011 | 1011 | 100101 | 11 | 1001 | 111011 |
Color Harmonies of #A08F8E
Complementary color
Monochromatic Colors of #A08F8E
Black with #A08F8E
Text Example
Text Example
White with #A08F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F8E; }
p { color: rgb(160,143,142); }
H1.HeaderClassName
{
color: #A08F8E;
}
.AnyTagClassName
{
color: #A08F8E;
}
</style>
background-color css
<style>
a { background-color: #A08F8E; }
a { background-color: rgb(160,143,142); }
div.DivClassName
{
background-color: #A08F8E;
}
.BgClassName
{
background-color: #A08F8E;
}
</style>
border-color css
<style>
span { border-color: #A08F8E; }
span { border-color: rgb(160,143,142); }
td.TdClassName
{
border-color: #A08F8E;
}
.TagClassName
{
border-color: #A08F8E;
}
</style>