Shades of Thatch #A98F8C
Tints of Thatch #A98F8C
RGB
CMYK
RGB Variations
Color information
#A98F8C (or 0xA98F8C) is known color: Thatch. HEX triplet: A9, 8F and 8C. RGB value is (169,143,140). Sum of RGB (Red+Green+Blue) = 169+143+140=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98F8C is #567073. Grayscale: #969696. Windows color (decimal): -5664884 or 9211817. OLE color: 9211817.
HSL color Cylindrical-coordinate representation of color #A98F8C: hue angle of 6.21º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98F8C is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 140 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.34 |
| HSL | 6.21º | 0.14% | 0.61% | - |
| HSV(B) | 6.21º | 0.17% | 0.66% | - |
| XYZ | 30.92 | 29.97 | 28.97 | - |
| YUV | 150.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 140 | 0 | 0.15 | 0.17 | 0.34 | 6.21 | 0.14 | 0.61 |
| Hex | A9 | 8F | 8C | 0 | F | 11 | 22 | 6 | E | 3D |
| Octal | 251 | 217 | 214 | 0 | 17 | 21 | 42 | 6 | 16 | 75 |
| Binary | 10101001 | 10001111 | 10001100 | 0 | 1111 | 10001 | 100010 | 110 | 1110 | 111101 |
Color Harmonies of #A98F8C
Complementary color
Monochromatic Colors of #A98F8C
Black with #A98F8C
Text Example
Text Example
White with #A98F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F8C; }
p { color: rgb(169,143,140); }
H1.HeaderClassName
{
color: #A98F8C;
}
.AnyTagClassName
{
color: #A98F8C;
}
</style>
background-color css
<style>
a { background-color: #A98F8C; }
a { background-color: rgb(169,143,140); }
div.DivClassName
{
background-color: #A98F8C;
}
.BgClassName
{
background-color: #A98F8C;
}
</style>
border-color css
<style>
span { border-color: #A98F8C; }
span { border-color: rgb(169,143,140); }
td.TdClassName
{
border-color: #A98F8C;
}
.TagClassName
{
border-color: #A98F8C;
}
</style>