Shades of Thatch #A9908D
Tints of Thatch #A9908D
RGB
CMYK
RGB Variations
Color information
#A9908D (or 0xA9908D) is known color: Thatch. HEX triplet: A9, 90 and 8D. RGB value is (169,144,141). Sum of RGB (Red+Green+Blue) = 169+144+141=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A9908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9908D is #566F72. Grayscale: #979797. Windows color (decimal): -5664627 or 9277609. OLE color: 9277609.
HSL color Cylindrical-coordinate representation of color #A9908D: hue angle of 6.43º 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 #A9908D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 141 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.34 |
| HSL | 6.43º | 0.14% | 0.61% | - |
| HSV(B) | 6.43º | 0.17% | 0.66% | - |
| XYZ | 31.14 | 30.3 | 29.41 | - |
| YUV | 151.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 141 | 0 | 0.15 | 0.17 | 0.34 | 6.43 | 0.14 | 0.61 |
| Hex | A9 | 90 | 8D | 0 | F | 11 | 22 | 6 | E | 3D |
| Octal | 251 | 220 | 215 | 0 | 17 | 21 | 42 | 6 | 16 | 75 |
| Binary | 10101001 | 10010000 | 10001101 | 0 | 1111 | 10001 | 100010 | 110 | 1110 | 111101 |
Color Harmonies of #A9908D
Complementary color
Monochromatic Colors of #A9908D
Black with #A9908D
Text Example
Text Example
White with #A9908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9908D; }
p { color: rgb(169,144,141); }
H1.HeaderClassName
{
color: #A9908D;
}
.AnyTagClassName
{
color: #A9908D;
}
</style>
background-color css
<style>
a { background-color: #A9908D; }
a { background-color: rgb(169,144,141); }
div.DivClassName
{
background-color: #A9908D;
}
.BgClassName
{
background-color: #A9908D;
}
</style>
border-color css
<style>
span { border-color: #A9908D; }
span { border-color: rgb(169,144,141); }
td.TdClassName
{
border-color: #A9908D;
}
.TagClassName
{
border-color: #A9908D;
}
</style>