Shades of Thatch #A19A98
Tints of Thatch #A19A98
RGB
CMYK
RGB Variations
Color information
#A19A98 (or 0xA19A98) is known color: Thatch. HEX triplet: A1, 9A and 98. RGB value is (161,154,152). Sum of RGB (Red+Green+Blue) = 161+154+152=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A98 is #5E6567. Grayscale: #9B9B9B. Windows color (decimal): -6186344 or 10001057. OLE color: 10001057.
HSL color Cylindrical-coordinate representation of color #A19A98: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A19A98 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 152 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.37 |
| HSL | 13.33º | 0.05% | 0.61% | - |
| HSV(B) | 13.33º | 0.06% | 0.63% | - |
| XYZ | 31.92 | 32.96 | 34.38 | - |
| YUV | 155.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 152 | 0 | 0.04 | 0.06 | 0.37 | 13.33 | 0.05 | 0.61 |
| Hex | A1 | 9A | 98 | 0 | 4 | 6 | 25 | D | 5 | 3D |
| Octal | 241 | 232 | 230 | 0 | 4 | 6 | 45 | 15 | 5 | 75 |
| Binary | 10100001 | 10011010 | 10011000 | 0 | 100 | 110 | 100101 | 1101 | 101 | 111101 |
Color Harmonies of #A19A98
Complementary color
Monochromatic Colors of #A19A98
Black with #A19A98
Text Example
Text Example
White with #A19A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A98; }
p { color: rgb(161,154,152); }
H1.HeaderClassName
{
color: #A19A98;
}
.AnyTagClassName
{
color: #A19A98;
}
</style>
background-color css
<style>
a { background-color: #A19A98; }
a { background-color: rgb(161,154,152); }
div.DivClassName
{
background-color: #A19A98;
}
.BgClassName
{
background-color: #A19A98;
}
</style>
border-color css
<style>
span { border-color: #A19A98; }
span { border-color: rgb(161,154,152); }
td.TdClassName
{
border-color: #A19A98;
}
.TagClassName
{
border-color: #A19A98;
}
</style>