Shades of Thatch #A19290
Tints of Thatch #A19290
RGB
CMYK
RGB Variations
Color information
#A19290 (or 0xA19290) is known color: Thatch. HEX triplet: A1, 92 and 90. RGB value is (161,146,144). Sum of RGB (Red+Green+Blue) = 161+146+144=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A19290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19290 is #5E6D6F. Grayscale: #969696. Windows color (decimal): -6188400 or 9474721. OLE color: 9474721.
HSL color Cylindrical-coordinate representation of color #A19290: hue angle of 7.06º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A19290 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 144 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.37 |
| HSL | 7.06º | 0.08% | 0.6% | - |
| HSV(B) | 7.06º | 0.11% | 0.63% | - |
| XYZ | 30.01 | 30.15 | 30.62 | - |
| YUV | 150.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 144 | 0 | 0.09 | 0.11 | 0.37 | 7.06 | 0.08 | 0.6 |
| Hex | A1 | 92 | 90 | 0 | 9 | B | 25 | 7 | 8 | 3C |
| Octal | 241 | 222 | 220 | 0 | 11 | 13 | 45 | 7 | 10 | 74 |
| Binary | 10100001 | 10010010 | 10010000 | 0 | 1001 | 1011 | 100101 | 111 | 1000 | 111100 |
Color Harmonies of #A19290
Complementary color
Monochromatic Colors of #A19290
Black with #A19290
Text Example
Text Example
White with #A19290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19290; }
p { color: rgb(161,146,144); }
H1.HeaderClassName
{
color: #A19290;
}
.AnyTagClassName
{
color: #A19290;
}
</style>
background-color css
<style>
a { background-color: #A19290; }
a { background-color: rgb(161,146,144); }
div.DivClassName
{
background-color: #A19290;
}
.BgClassName
{
background-color: #A19290;
}
</style>
border-color css
<style>
span { border-color: #A19290; }
span { border-color: rgb(161,146,144); }
td.TdClassName
{
border-color: #A19290;
}
.TagClassName
{
border-color: #A19290;
}
</style>