Shades of Thatch #A69593
Tints of Thatch #A69593
RGB
CMYK
RGB Variations
Color information
#A69593 (or 0xA69593) is known color: Thatch. HEX triplet: A6, 95 and 93. RGB value is (166,149,147). Sum of RGB (Red+Green+Blue) = 166+149+147=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A69593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69593 is #596A6C. Grayscale: #999999. Windows color (decimal): -5859949 or 9672102. OLE color: 9672102.
HSL color Cylindrical-coordinate representation of color #A69593: hue angle of 6.32º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A69593 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 147 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.35 |
| HSL | 6.32º | 0.1% | 0.61% | - |
| HSV(B) | 6.32º | 0.11% | 0.65% | - |
| XYZ | 31.74 | 31.71 | 32.05 | - |
| YUV | 153.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 147 | 0 | 0.10 | 0.11 | 0.35 | 6.32 | 0.1 | 0.61 |
| Hex | A6 | 95 | 93 | 0 | A | B | 23 | 6 | A | 3D |
| Octal | 246 | 225 | 223 | 0 | 12 | 13 | 43 | 6 | 12 | 75 |
| Binary | 10100110 | 10010101 | 10010011 | 0 | 1010 | 1011 | 100011 | 110 | 1010 | 111101 |
Color Harmonies of #A69593
Complementary color
Monochromatic Colors of #A69593
Black with #A69593
Text Example
Text Example
White with #A69593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69593; }
p { color: rgb(166,149,147); }
H1.HeaderClassName
{
color: #A69593;
}
.AnyTagClassName
{
color: #A69593;
}
</style>
background-color css
<style>
a { background-color: #A69593; }
a { background-color: rgb(166,149,147); }
div.DivClassName
{
background-color: #A69593;
}
.BgClassName
{
background-color: #A69593;
}
</style>
border-color css
<style>
span { border-color: #A69593; }
span { border-color: rgb(166,149,147); }
td.TdClassName
{
border-color: #A69593;
}
.TagClassName
{
border-color: #A69593;
}
</style>