Shades of Thatch #A49390
Tints of Thatch #A49390
RGB
CMYK
RGB Variations
Color information
#A49390 (or 0xA49390) is known color: Thatch. HEX triplet: A4, 93 and 90. RGB value is (164,147,144). Sum of RGB (Red+Green+Blue) = 164+147+144=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A49390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49390 is #5B6C6F. Grayscale: #979797. Windows color (decimal): -5991536 or 9474980. OLE color: 9474980.
HSL color Cylindrical-coordinate representation of color #A49390: hue angle of 9º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49390 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 144 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.36 |
| HSL | 9º | 0.1% | 0.6% | - |
| HSV(B) | 9º | 0.12% | 0.64% | - |
| XYZ | 30.78 | 30.77 | 30.7 | - |
| YUV | 151.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 144 | 0 | 0.10 | 0.12 | 0.36 | 9 | 0.1 | 0.6 |
| Hex | A4 | 93 | 90 | 0 | A | C | 24 | 9 | A | 3C |
| Octal | 244 | 223 | 220 | 0 | 12 | 14 | 44 | 11 | 12 | 74 |
| Binary | 10100100 | 10010011 | 10010000 | 0 | 1010 | 1100 | 100100 | 1001 | 1010 | 111100 |
Color Harmonies of #A49390
Complementary color
Monochromatic Colors of #A49390
Black with #A49390
Text Example
Text Example
White with #A49390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49390; }
p { color: rgb(164,147,144); }
H1.HeaderClassName
{
color: #A49390;
}
.AnyTagClassName
{
color: #A49390;
}
</style>
background-color css
<style>
a { background-color: #A49390; }
a { background-color: rgb(164,147,144); }
div.DivClassName
{
background-color: #A49390;
}
.BgClassName
{
background-color: #A49390;
}
</style>
border-color css
<style>
span { border-color: #A49390; }
span { border-color: rgb(164,147,144); }
td.TdClassName
{
border-color: #A49390;
}
.TagClassName
{
border-color: #A49390;
}
</style>