Shades of Thatch #A9938B
Tints of Thatch #A9938B
RGB
CMYK
RGB Variations
Color information
#A9938B (or 0xA9938B) is known color: Thatch. HEX triplet: A9, 93 and 8B. RGB value is (169,147,139). Sum of RGB (Red+Green+Blue) = 169+147+139=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A9938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9938B is #566C74. Grayscale: #989898. Windows color (decimal): -5663861 or 9147305. OLE color: 9147305.
HSL color Cylindrical-coordinate representation of color #A9938B: hue angle of 16º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9938B is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 139 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.34 |
| HSL | 16º | 0.15% | 0.6% | - |
| HSV(B) | 16º | 0.18% | 0.66% | - |
| XYZ | 31.46 | 31.17 | 28.78 | - |
| YUV | 152.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 139 | 0 | 0.13 | 0.18 | 0.34 | 16 | 0.15 | 0.6 |
| Hex | A9 | 93 | 8B | 0 | D | 12 | 22 | 10 | F | 3C |
| Octal | 251 | 223 | 213 | 0 | 15 | 22 | 42 | 20 | 17 | 74 |
| Binary | 10101001 | 10010011 | 10001011 | 0 | 1101 | 10010 | 100010 | 10000 | 1111 | 111100 |
Color Harmonies of #A9938B
Complementary color
Monochromatic Colors of #A9938B
Black with #A9938B
Text Example
Text Example
White with #A9938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9938B; }
p { color: rgb(169,147,139); }
H1.HeaderClassName
{
color: #A9938B;
}
.AnyTagClassName
{
color: #A9938B;
}
</style>
background-color css
<style>
a { background-color: #A9938B; }
a { background-color: rgb(169,147,139); }
div.DivClassName
{
background-color: #A9938B;
}
.BgClassName
{
background-color: #A9938B;
}
</style>
border-color css
<style>
span { border-color: #A9938B; }
span { border-color: rgb(169,147,139); }
td.TdClassName
{
border-color: #A9938B;
}
.TagClassName
{
border-color: #A9938B;
}
</style>