Shades of Thatch #A18F8B
Tints of Thatch #A18F8B
RGB
CMYK
RGB Variations
Color information
#A18F8B (or 0xA18F8B) is known color: Thatch. HEX triplet: A1, 8F and 8B. RGB value is (161,143,139). Sum of RGB (Red+Green+Blue) = 161+143+139=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F8B is #5E7074. Grayscale: #939393. Windows color (decimal): -6189173 or 9146273. OLE color: 9146273.
HSL color Cylindrical-coordinate representation of color #A18F8B: hue angle of 10.91º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A18F8B is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 139 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.37 |
| HSL | 10.91º | 0.1% | 0.59% | - |
| HSV(B) | 10.91º | 0.14% | 0.63% | - |
| XYZ | 29.18 | 29.09 | 28.5 | - |
| YUV | 147.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 139 | 0 | 0.11 | 0.14 | 0.37 | 10.91 | 0.1 | 0.59 |
| Hex | A1 | 8F | 8B | 0 | B | E | 25 | B | A | 3B |
| Octal | 241 | 217 | 213 | 0 | 13 | 16 | 45 | 13 | 12 | 73 |
| Binary | 10100001 | 10001111 | 10001011 | 0 | 1011 | 1110 | 100101 | 1011 | 1010 | 111011 |
Color Harmonies of #A18F8B
Complementary color
Monochromatic Colors of #A18F8B
Black with #A18F8B
Text Example
Text Example
White with #A18F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F8B; }
p { color: rgb(161,143,139); }
H1.HeaderClassName
{
color: #A18F8B;
}
.AnyTagClassName
{
color: #A18F8B;
}
</style>
background-color css
<style>
a { background-color: #A18F8B; }
a { background-color: rgb(161,143,139); }
div.DivClassName
{
background-color: #A18F8B;
}
.BgClassName
{
background-color: #A18F8B;
}
</style>
border-color css
<style>
span { border-color: #A18F8B; }
span { border-color: rgb(161,143,139); }
td.TdClassName
{
border-color: #A18F8B;
}
.TagClassName
{
border-color: #A18F8B;
}
</style>