Shades of Thatch #A69490
Tints of Thatch #A69490
RGB
CMYK
RGB Variations
Color information
#A69490 (or 0xA69490) is known color: Thatch. HEX triplet: A6, 94 and 90. RGB value is (166,148,144). Sum of RGB (Red+Green+Blue) = 166+148+144=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A69490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69490 is #596B6F. Grayscale: #989898. Windows color (decimal): -5860208 or 9475238. OLE color: 9475238.
HSL color Cylindrical-coordinate representation of color #A69490: hue angle of 10.91º 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 #A69490 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 144 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.35 |
| HSL | 10.91º | 0.11% | 0.61% | - |
| HSV(B) | 10.91º | 0.13% | 0.65% | - |
| XYZ | 31.35 | 31.3 | 30.77 | - |
| YUV | 152.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 144 | 0 | 0.11 | 0.13 | 0.35 | 10.91 | 0.11 | 0.61 |
| Hex | A6 | 94 | 90 | 0 | B | D | 23 | B | B | 3D |
| Octal | 246 | 224 | 220 | 0 | 13 | 15 | 43 | 13 | 13 | 75 |
| Binary | 10100110 | 10010100 | 10010000 | 0 | 1011 | 1101 | 100011 | 1011 | 1011 | 111101 |
Color Harmonies of #A69490
Complementary color
Monochromatic Colors of #A69490
Black with #A69490
Text Example
Text Example
White with #A69490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69490; }
p { color: rgb(166,148,144); }
H1.HeaderClassName
{
color: #A69490;
}
.AnyTagClassName
{
color: #A69490;
}
</style>
background-color css
<style>
a { background-color: #A69490; }
a { background-color: rgb(166,148,144); }
div.DivClassName
{
background-color: #A69490;
}
.BgClassName
{
background-color: #A69490;
}
</style>
border-color css
<style>
span { border-color: #A69490; }
span { border-color: rgb(166,148,144); }
td.TdClassName
{
border-color: #A69490;
}
.TagClassName
{
border-color: #A69490;
}
</style>