Shades of Thatch #A49492
Tints of Thatch #A49492
RGB
CMYK
RGB Variations
Color information
#A49492 (or 0xA49492) is known color: Thatch. HEX triplet: A4, 94 and 92. RGB value is (164,148,146). Sum of RGB (Red+Green+Blue) = 164+148+146=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A49492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49492 is #5B6B6D. Grayscale: #989898. Windows color (decimal): -5991278 or 9606308. OLE color: 9606308.
HSL color Cylindrical-coordinate representation of color #A49492: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49492 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 146 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.36 |
| HSL | 6.67º | 0.09% | 0.61% | - |
| HSV(B) | 6.67º | 0.11% | 0.64% | - |
| XYZ | 31.09 | 31.15 | 31.57 | - |
| YUV | 152.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 146 | 0 | 0.10 | 0.11 | 0.36 | 6.67 | 0.09 | 0.61 |
| Hex | A4 | 94 | 92 | 0 | A | B | 24 | 7 | 9 | 3D |
| Octal | 244 | 224 | 222 | 0 | 12 | 13 | 44 | 7 | 11 | 75 |
| Binary | 10100100 | 10010100 | 10010010 | 0 | 1010 | 1011 | 100100 | 111 | 1001 | 111101 |
Color Harmonies of #A49492
Complementary color
Monochromatic Colors of #A49492
Black with #A49492
Text Example
Text Example
White with #A49492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49492; }
p { color: rgb(164,148,146); }
H1.HeaderClassName
{
color: #A49492;
}
.AnyTagClassName
{
color: #A49492;
}
</style>
background-color css
<style>
a { background-color: #A49492; }
a { background-color: rgb(164,148,146); }
div.DivClassName
{
background-color: #A49492;
}
.BgClassName
{
background-color: #A49492;
}
</style>
border-color css
<style>
span { border-color: #A49492; }
span { border-color: rgb(164,148,146); }
td.TdClassName
{
border-color: #A49492;
}
.TagClassName
{
border-color: #A49492;
}
</style>