Shades of Thatch #A69A96
Tints of Thatch #A69A96
RGB
CMYK
RGB Variations
Color information
#A69A96 (or 0xA69A96) is known color: Thatch. HEX triplet: A6, 9A and 96. RGB value is (166,154,150). Sum of RGB (Red+Green+Blue) = 166+154+150=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A96 is #596569. Grayscale: #9D9D9D. Windows color (decimal): -5858666 or 9869990. OLE color: 9869990.
HSL color Cylindrical-coordinate representation of color #A69A96: hue angle of 15º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69A96 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 150 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.35 |
| HSL | 15º | 0.08% | 0.62% | - |
| HSV(B) | 15º | 0.1% | 0.65% | - |
| XYZ | 32.79 | 33.42 | 33.58 | - |
| YUV | 157.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 150 | 0 | 0.07 | 0.10 | 0.35 | 15 | 0.08 | 0.62 |
| Hex | A6 | 9A | 96 | 0 | 7 | A | 23 | F | 8 | 3E |
| Octal | 246 | 232 | 226 | 0 | 7 | 12 | 43 | 17 | 10 | 76 |
| Binary | 10100110 | 10011010 | 10010110 | 0 | 111 | 1010 | 100011 | 1111 | 1000 | 111110 |
Color Harmonies of #A69A96
Complementary color
Monochromatic Colors of #A69A96
Black with #A69A96
Text Example
Text Example
White with #A69A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A96; }
p { color: rgb(166,154,150); }
H1.HeaderClassName
{
color: #A69A96;
}
.AnyTagClassName
{
color: #A69A96;
}
</style>
background-color css
<style>
a { background-color: #A69A96; }
a { background-color: rgb(166,154,150); }
div.DivClassName
{
background-color: #A69A96;
}
.BgClassName
{
background-color: #A69A96;
}
</style>
border-color css
<style>
span { border-color: #A69A96; }
span { border-color: rgb(166,154,150); }
td.TdClassName
{
border-color: #A69A96;
}
.TagClassName
{
border-color: #A69A96;
}
</style>