Shades of Thatch #A69492
Tints of Thatch #A69492
RGB
CMYK
RGB Variations
Color information
#A69492 (or 0xA69492) is known color: Thatch. HEX triplet: A6, 94 and 92. RGB value is (166,148,146). Sum of RGB (Red+Green+Blue) = 166+148+146=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A69492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69492 is #596B6D. Grayscale: #999999. Windows color (decimal): -5860206 or 9606310. OLE color: 9606310.
HSL color Cylindrical-coordinate representation of color #A69492: hue angle of 6º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69492 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 146 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.35 |
| HSL | 6º | 0.1% | 0.61% | - |
| HSV(B) | 6º | 0.12% | 0.65% | - |
| XYZ | 31.5 | 31.36 | 31.59 | - |
| YUV | 153.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 146 | 0 | 0.11 | 0.12 | 0.35 | 6 | 0.1 | 0.61 |
| Hex | A6 | 94 | 92 | 0 | B | C | 23 | 6 | A | 3D |
| Octal | 246 | 224 | 222 | 0 | 13 | 14 | 43 | 6 | 12 | 75 |
| Binary | 10100110 | 10010100 | 10010010 | 0 | 1011 | 1100 | 100011 | 110 | 1010 | 111101 |
Color Harmonies of #A69492
Complementary color
Monochromatic Colors of #A69492
Black with #A69492
Text Example
Text Example
White with #A69492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69492; }
p { color: rgb(166,148,146); }
H1.HeaderClassName
{
color: #A69492;
}
.AnyTagClassName
{
color: #A69492;
}
</style>
background-color css
<style>
a { background-color: #A69492; }
a { background-color: rgb(166,148,146); }
div.DivClassName
{
background-color: #A69492;
}
.BgClassName
{
background-color: #A69492;
}
</style>
border-color css
<style>
span { border-color: #A69492; }
span { border-color: rgb(166,148,146); }
td.TdClassName
{
border-color: #A69492;
}
.TagClassName
{
border-color: #A69492;
}
</style>