Shades of Thatch #A0928E
Tints of Thatch #A0928E
RGB
CMYK
RGB Variations
Color information
#A0928E (or 0xA0928E) is known color: Thatch. HEX triplet: A0, 92 and 8E. RGB value is (160,146,142). Sum of RGB (Red+Green+Blue) = 160+146+142=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A0928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0928E is #5F6D71. Grayscale: #959595. Windows color (decimal): -6253938 or 9343648. OLE color: 9343648.
HSL color Cylindrical-coordinate representation of color #A0928E: hue angle of 13.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 #A0928E is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 142 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.37 |
| HSL | 13.33º | 0.09% | 0.59% | - |
| HSV(B) | 13.33º | 0.11% | 0.63% | - |
| XYZ | 29.66 | 29.98 | 29.82 | - |
| YUV | 149.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 142 | 0 | 0.09 | 0.11 | 0.37 | 13.33 | 0.09 | 0.59 |
| Hex | A0 | 92 | 8E | 0 | 9 | B | 25 | D | 9 | 3B |
| Octal | 240 | 222 | 216 | 0 | 11 | 13 | 45 | 15 | 11 | 73 |
| Binary | 10100000 | 10010010 | 10001110 | 0 | 1001 | 1011 | 100101 | 1101 | 1001 | 111011 |
Color Harmonies of #A0928E
Complementary color
Monochromatic Colors of #A0928E
Black with #A0928E
Text Example
Text Example
White with #A0928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0928E; }
p { color: rgb(160,146,142); }
H1.HeaderClassName
{
color: #A0928E;
}
.AnyTagClassName
{
color: #A0928E;
}
</style>
background-color css
<style>
a { background-color: #A0928E; }
a { background-color: rgb(160,146,142); }
div.DivClassName
{
background-color: #A0928E;
}
.BgClassName
{
background-color: #A0928E;
}
</style>
border-color css
<style>
span { border-color: #A0928E; }
span { border-color: rgb(160,146,142); }
td.TdClassName
{
border-color: #A0928E;
}
.TagClassName
{
border-color: #A0928E;
}
</style>