Shades of Thatch #A0918F
Tints of Thatch #A0918F
RGB
CMYK
RGB Variations
Color information
#A0918F (or 0xA0918F) is known color: Thatch. HEX triplet: A0, 91 and 8F. RGB value is (160,145,143). Sum of RGB (Red+Green+Blue) = 160+145+143=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A0918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0918F is #5F6E70. Grayscale: #959595. Windows color (decimal): -6254193 or 9408928. OLE color: 9408928.
HSL color Cylindrical-coordinate representation of color #A0918F: hue angle of 7.06º degrees, saturation: 0.08, 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 #A0918F is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 143 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.37 |
| HSL | 7.06º | 0.08% | 0.59% | - |
| HSV(B) | 7.06º | 0.11% | 0.63% | - |
| XYZ | 29.58 | 29.71 | 30.16 | - |
| YUV | 149.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 143 | 0 | 0.09 | 0.11 | 0.37 | 7.06 | 0.08 | 0.59 |
| Hex | A0 | 91 | 8F | 0 | 9 | B | 25 | 7 | 8 | 3B |
| Octal | 240 | 221 | 217 | 0 | 11 | 13 | 45 | 7 | 10 | 73 |
| Binary | 10100000 | 10010001 | 10001111 | 0 | 1001 | 1011 | 100101 | 111 | 1000 | 111011 |
Color Harmonies of #A0918F
Complementary color
Monochromatic Colors of #A0918F
Black with #A0918F
Text Example
Text Example
White with #A0918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0918F; }
p { color: rgb(160,145,143); }
H1.HeaderClassName
{
color: #A0918F;
}
.AnyTagClassName
{
color: #A0918F;
}
</style>
background-color css
<style>
a { background-color: #A0918F; }
a { background-color: rgb(160,145,143); }
div.DivClassName
{
background-color: #A0918F;
}
.BgClassName
{
background-color: #A0918F;
}
</style>
border-color css
<style>
span { border-color: #A0918F; }
span { border-color: rgb(160,145,143); }
td.TdClassName
{
border-color: #A0918F;
}
.TagClassName
{
border-color: #A0918F;
}
</style>