Shades of Thatch #A08C8B
Tints of Thatch #A08C8B
RGB
CMYK
RGB Variations
Color information
#A08C8B (or 0xA08C8B) is known color: Thatch. HEX triplet: A0, 8C and 8B. RGB value is (160,140,139). Sum of RGB (Red+Green+Blue) = 160+140+139=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C8B is #5F7374. Grayscale: #919191. Windows color (decimal): -6255477 or 9145504. OLE color: 9145504.
HSL color Cylindrical-coordinate representation of color #A08C8B: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A08C8B is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 139 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.37 |
| HSL | 2.86º | 0.1% | 0.59% | - |
| HSV(B) | 2.86º | 0.13% | 0.63% | - |
| XYZ | 28.54 | 28.09 | 28.34 | - |
| YUV | 145.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 139 | 0 | 0.12 | 0.13 | 0.37 | 2.86 | 0.1 | 0.59 |
| Hex | A0 | 8C | 8B | 0 | C | D | 25 | 3 | A | 3B |
| Octal | 240 | 214 | 213 | 0 | 14 | 15 | 45 | 3 | 12 | 73 |
| Binary | 10100000 | 10001100 | 10001011 | 0 | 1100 | 1101 | 100101 | 11 | 1010 | 111011 |
Color Harmonies of #A08C8B
Complementary color
Monochromatic Colors of #A08C8B
Black with #A08C8B
Text Example
Text Example
White with #A08C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C8B; }
p { color: rgb(160,140,139); }
H1.HeaderClassName
{
color: #A08C8B;
}
.AnyTagClassName
{
color: #A08C8B;
}
</style>
background-color css
<style>
a { background-color: #A08C8B; }
a { background-color: rgb(160,140,139); }
div.DivClassName
{
background-color: #A08C8B;
}
.BgClassName
{
background-color: #A08C8B;
}
</style>
border-color css
<style>
span { border-color: #A08C8B; }
span { border-color: rgb(160,140,139); }
td.TdClassName
{
border-color: #A08C8B;
}
.TagClassName
{
border-color: #A08C8B;
}
</style>