Shades of Thatch #A9928F
Tints of Thatch #A9928F
RGB
CMYK
RGB Variations
Color information
#A9928F (or 0xA9928F) is known color: Thatch. HEX triplet: A9, 92 and 8F. RGB value is (169,146,143). Sum of RGB (Red+Green+Blue) = 169+146+143=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A9928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9928F is #566D70. Grayscale: #989898. Windows color (decimal): -5664113 or 9409193. OLE color: 9409193.
HSL color Cylindrical-coordinate representation of color #A9928F: hue angle of 6.92º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9928F is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 143 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.34 |
| HSL | 6.92º | 0.13% | 0.61% | - |
| HSV(B) | 6.92º | 0.15% | 0.66% | - |
| XYZ | 31.6 | 30.98 | 30.3 | - |
| YUV | 152.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 143 | 0 | 0.14 | 0.15 | 0.34 | 6.92 | 0.13 | 0.61 |
| Hex | A9 | 92 | 8F | 0 | E | F | 22 | 7 | D | 3D |
| Octal | 251 | 222 | 217 | 0 | 16 | 17 | 42 | 7 | 15 | 75 |
| Binary | 10101001 | 10010010 | 10001111 | 0 | 1110 | 1111 | 100010 | 111 | 1101 | 111101 |
Color Harmonies of #A9928F
Complementary color
Monochromatic Colors of #A9928F
Black with #A9928F
Text Example
Text Example
White with #A9928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9928F; }
p { color: rgb(169,146,143); }
H1.HeaderClassName
{
color: #A9928F;
}
.AnyTagClassName
{
color: #A9928F;
}
</style>
background-color css
<style>
a { background-color: #A9928F; }
a { background-color: rgb(169,146,143); }
div.DivClassName
{
background-color: #A9928F;
}
.BgClassName
{
background-color: #A9928F;
}
</style>
border-color css
<style>
span { border-color: #A9928F; }
span { border-color: rgb(169,146,143); }
td.TdClassName
{
border-color: #A9928F;
}
.TagClassName
{
border-color: #A9928F;
}
</style>