Shades of Thatch #A69390
Tints of Thatch #A69390
RGB
CMYK
RGB Variations
Color information
#A69390 (or 0xA69390) is known color: Thatch. HEX triplet: A6, 93 and 90. RGB value is (166,147,144). Sum of RGB (Red+Green+Blue) = 166+147+144=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A69390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69390 is #596C6F. Grayscale: #989898. Windows color (decimal): -5860464 or 9474982. OLE color: 9474982.
HSL color Cylindrical-coordinate representation of color #A69390: hue angle of 8.18º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A69390 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 144 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.35 |
| HSL | 8.18º | 0.11% | 0.61% | - |
| HSV(B) | 8.18º | 0.13% | 0.65% | - |
| XYZ | 31.19 | 30.99 | 30.72 | - |
| YUV | 152.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 144 | 0 | 0.11 | 0.13 | 0.35 | 8.18 | 0.11 | 0.61 |
| Hex | A6 | 93 | 90 | 0 | B | D | 23 | 8 | B | 3D |
| Octal | 246 | 223 | 220 | 0 | 13 | 15 | 43 | 10 | 13 | 75 |
| Binary | 10100110 | 10010011 | 10010000 | 0 | 1011 | 1101 | 100011 | 1000 | 1011 | 111101 |
Color Harmonies of #A69390
Complementary color
Monochromatic Colors of #A69390
Black with #A69390
Text Example
Text Example
White with #A69390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69390; }
p { color: rgb(166,147,144); }
H1.HeaderClassName
{
color: #A69390;
}
.AnyTagClassName
{
color: #A69390;
}
</style>
background-color css
<style>
a { background-color: #A69390; }
a { background-color: rgb(166,147,144); }
div.DivClassName
{
background-color: #A69390;
}
.BgClassName
{
background-color: #A69390;
}
</style>
border-color css
<style>
span { border-color: #A69390; }
span { border-color: rgb(166,147,144); }
td.TdClassName
{
border-color: #A69390;
}
.TagClassName
{
border-color: #A69390;
}
</style>