Shades of Thatch #A9958E
Tints of Thatch #A9958E
RGB
CMYK
RGB Variations
Color information
#A9958E (or 0xA9958E) is known color: Thatch. HEX triplet: A9, 95 and 8E. RGB value is (169,149,142). Sum of RGB (Red+Green+Blue) = 169+149+142=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9958E is #566A71. Grayscale: #9A9A9A. Windows color (decimal): -5663346 or 9344425. OLE color: 9344425.
HSL color Cylindrical-coordinate representation of color #A9958E: hue angle of 15.56º 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 #A9958E is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 142 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.34 |
| HSL | 15.56º | 0.14% | 0.61% | - |
| HSV(B) | 15.56º | 0.16% | 0.66% | - |
| XYZ | 31.99 | 31.88 | 30.06 | - |
| YUV | 154.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 142 | 0 | 0.12 | 0.16 | 0.34 | 15.56 | 0.14 | 0.61 |
| Hex | A9 | 95 | 8E | 0 | C | 10 | 22 | 10 | E | 3D |
| Octal | 251 | 225 | 216 | 0 | 14 | 20 | 42 | 20 | 16 | 75 |
| Binary | 10101001 | 10010101 | 10001110 | 0 | 1100 | 10000 | 100010 | 10000 | 1110 | 111101 |
Color Harmonies of #A9958E
Complementary color
Monochromatic Colors of #A9958E
Black with #A9958E
Text Example
Text Example
White with #A9958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9958E; }
p { color: rgb(169,149,142); }
H1.HeaderClassName
{
color: #A9958E;
}
.AnyTagClassName
{
color: #A9958E;
}
</style>
background-color css
<style>
a { background-color: #A9958E; }
a { background-color: rgb(169,149,142); }
div.DivClassName
{
background-color: #A9958E;
}
.BgClassName
{
background-color: #A9958E;
}
</style>
border-color css
<style>
span { border-color: #A9958E; }
span { border-color: rgb(169,149,142); }
td.TdClassName
{
border-color: #A9958E;
}
.TagClassName
{
border-color: #A9958E;
}
</style>