Shades of Thatch #A6928F
Tints of Thatch #A6928F
RGB
CMYK
RGB Variations
Color information
#A6928F (or 0xA6928F) is known color: Thatch. HEX triplet: A6, 92 and 8F. RGB value is (166,146,143). Sum of RGB (Red+Green+Blue) = 166+146+143=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6928F is #596D70. Grayscale: #979797. Windows color (decimal): -5860721 or 9409190. OLE color: 9409190.
HSL color Cylindrical-coordinate representation of color #A6928F: hue angle of 7.83º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6928F is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 143 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.35 |
| HSL | 7.83º | 0.11% | 0.61% | - |
| HSV(B) | 7.83º | 0.14% | 0.65% | - |
| XYZ | 30.96 | 30.65 | 30.27 | - |
| YUV | 151.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 143 | 0 | 0.12 | 0.14 | 0.35 | 7.83 | 0.11 | 0.61 |
| Hex | A6 | 92 | 8F | 0 | C | E | 23 | 8 | B | 3D |
| Octal | 246 | 222 | 217 | 0 | 14 | 16 | 43 | 10 | 13 | 75 |
| Binary | 10100110 | 10010010 | 10001111 | 0 | 1100 | 1110 | 100011 | 1000 | 1011 | 111101 |
Color Harmonies of #A6928F
Complementary color
Monochromatic Colors of #A6928F
Black with #A6928F
Text Example
Text Example
White with #A6928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6928F; }
p { color: rgb(166,146,143); }
H1.HeaderClassName
{
color: #A6928F;
}
.AnyTagClassName
{
color: #A6928F;
}
</style>
background-color css
<style>
a { background-color: #A6928F; }
a { background-color: rgb(166,146,143); }
div.DivClassName
{
background-color: #A6928F;
}
.BgClassName
{
background-color: #A6928F;
}
</style>
border-color css
<style>
span { border-color: #A6928F; }
span { border-color: rgb(166,146,143); }
td.TdClassName
{
border-color: #A6928F;
}
.TagClassName
{
border-color: #A6928F;
}
</style>