Shades of Thatch #A2908E
Tints of Thatch #A2908E
RGB
CMYK
RGB Variations
Color information
#A2908E (or 0xA2908E) is known color: Thatch. HEX triplet: A2, 90 and 8E. RGB value is (162,144,142). Sum of RGB (Red+Green+Blue) = 162+144+142=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A2908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2908E is #5D6F71. Grayscale: #959595. Windows color (decimal): -6123378 or 9343138. OLE color: 9343138.
HSL color Cylindrical-coordinate representation of color #A2908E: hue angle of 6º 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 #A2908E is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 142 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.36 |
| HSL | 6º | 0.1% | 0.6% | - |
| HSV(B) | 6º | 0.12% | 0.64% | - |
| XYZ | 29.76 | 29.58 | 29.73 | - |
| YUV | 149.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 142 | 0 | 0.11 | 0.12 | 0.36 | 6 | 0.1 | 0.6 |
| Hex | A2 | 90 | 8E | 0 | B | C | 24 | 6 | A | 3C |
| Octal | 242 | 220 | 216 | 0 | 13 | 14 | 44 | 6 | 12 | 74 |
| Binary | 10100010 | 10010000 | 10001110 | 0 | 1011 | 1100 | 100100 | 110 | 1010 | 111100 |
Color Harmonies of #A2908E
Complementary color
Monochromatic Colors of #A2908E
Black with #A2908E
Text Example
Text Example
White with #A2908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2908E; }
p { color: rgb(162,144,142); }
H1.HeaderClassName
{
color: #A2908E;
}
.AnyTagClassName
{
color: #A2908E;
}
</style>
background-color css
<style>
a { background-color: #A2908E; }
a { background-color: rgb(162,144,142); }
div.DivClassName
{
background-color: #A2908E;
}
.BgClassName
{
background-color: #A2908E;
}
</style>
border-color css
<style>
span { border-color: #A2908E; }
span { border-color: rgb(162,144,142); }
td.TdClassName
{
border-color: #A2908E;
}
.TagClassName
{
border-color: #A2908E;
}
</style>