Shades of Thatch #A29593
Tints of Thatch #A29593
RGB
CMYK
RGB Variations
Color information
#A29593 (or 0xA29593) is known color: Thatch. HEX triplet: A2, 95 and 93. RGB value is (162,149,147). Sum of RGB (Red+Green+Blue) = 162+149+147=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29593 is #5D6A6C. Grayscale: #989898. Windows color (decimal): -6122093 or 9672098. OLE color: 9672098.
HSL color Cylindrical-coordinate representation of color #A29593: hue angle of 8º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29593 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 147 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.36 |
| HSL | 8º | 0.07% | 0.61% | - |
| HSV(B) | 8º | 0.09% | 0.64% | - |
| XYZ | 30.91 | 31.28 | 32.01 | - |
| YUV | 152.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 147 | 0 | 0.08 | 0.09 | 0.36 | 8 | 0.07 | 0.61 |
| Hex | A2 | 95 | 93 | 0 | 8 | 9 | 24 | 8 | 7 | 3D |
| Octal | 242 | 225 | 223 | 0 | 10 | 11 | 44 | 10 | 7 | 75 |
| Binary | 10100010 | 10010101 | 10010011 | 0 | 1000 | 1001 | 100100 | 1000 | 111 | 111101 |
Color Harmonies of #A29593
Complementary color
Monochromatic Colors of #A29593
Black with #A29593
Text Example
Text Example
White with #A29593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29593; }
p { color: rgb(162,149,147); }
H1.HeaderClassName
{
color: #A29593;
}
.AnyTagClassName
{
color: #A29593;
}
</style>
background-color css
<style>
a { background-color: #A29593; }
a { background-color: rgb(162,149,147); }
div.DivClassName
{
background-color: #A29593;
}
.BgClassName
{
background-color: #A29593;
}
</style>
border-color css
<style>
span { border-color: #A29593; }
span { border-color: rgb(162,149,147); }
td.TdClassName
{
border-color: #A29593;
}
.TagClassName
{
border-color: #A29593;
}
</style>