Shades of Thatch #A9918E
Tints of Thatch #A9918E
RGB
CMYK
RGB Variations
Color information
#A9918E (or 0xA9918E) is known color: Thatch. HEX triplet: A9, 91 and 8E. RGB value is (169,145,142). Sum of RGB (Red+Green+Blue) = 169+145+142=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A9918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9918E is #566E71. Grayscale: #979797. Windows color (decimal): -5664370 or 9343401. OLE color: 9343401.
HSL color Cylindrical-coordinate representation of color #A9918E: hue angle of 6.67º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9918E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 142 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.34 |
| HSL | 6.67º | 0.14% | 0.61% | - |
| HSV(B) | 6.67º | 0.16% | 0.66% | - |
| XYZ | 31.37 | 30.64 | 29.85 | - |
| YUV | 151.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 142 | 0 | 0.14 | 0.16 | 0.34 | 6.67 | 0.14 | 0.61 |
| Hex | A9 | 91 | 8E | 0 | E | 10 | 22 | 7 | E | 3D |
| Octal | 251 | 221 | 216 | 0 | 16 | 20 | 42 | 7 | 16 | 75 |
| Binary | 10101001 | 10010001 | 10001110 | 0 | 1110 | 10000 | 100010 | 111 | 1110 | 111101 |
Color Harmonies of #A9918E
Complementary color
Monochromatic Colors of #A9918E
Black with #A9918E
Text Example
Text Example
White with #A9918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9918E; }
p { color: rgb(169,145,142); }
H1.HeaderClassName
{
color: #A9918E;
}
.AnyTagClassName
{
color: #A9918E;
}
</style>
background-color css
<style>
a { background-color: #A9918E; }
a { background-color: rgb(169,145,142); }
div.DivClassName
{
background-color: #A9918E;
}
.BgClassName
{
background-color: #A9918E;
}
</style>
border-color css
<style>
span { border-color: #A9918E; }
span { border-color: rgb(169,145,142); }
td.TdClassName
{
border-color: #A9918E;
}
.TagClassName
{
border-color: #A9918E;
}
</style>