Shades of Thatch #A69996
Tints of Thatch #A69996
RGB
CMYK
RGB Variations
Color information
#A69996 (or 0xA69996) is known color: Thatch. HEX triplet: A6, 99 and 96. RGB value is (166,153,150). Sum of RGB (Red+Green+Blue) = 166+153+150=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69996 is #596669. Grayscale: #9C9C9C. Windows color (decimal): -5858922 or 9869734. OLE color: 9869734.
HSL color Cylindrical-coordinate representation of color #A69996: hue angle of 11.25º 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 #A69996 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 150 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.35 |
| HSL | 11.25º | 0.08% | 0.62% | - |
| HSV(B) | 11.25º | 0.1% | 0.65% | - |
| XYZ | 32.62 | 33.09 | 33.52 | - |
| YUV | 156.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 150 | 0 | 0.08 | 0.10 | 0.35 | 11.25 | 0.08 | 0.62 |
| Hex | A6 | 99 | 96 | 0 | 8 | A | 23 | B | 8 | 3E |
| Octal | 246 | 231 | 226 | 0 | 10 | 12 | 43 | 13 | 10 | 76 |
| Binary | 10100110 | 10011001 | 10010110 | 0 | 1000 | 1010 | 100011 | 1011 | 1000 | 111110 |
Color Harmonies of #A69996
Complementary color
Monochromatic Colors of #A69996
Black with #A69996
Text Example
Text Example
White with #A69996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69996; }
p { color: rgb(166,153,150); }
H1.HeaderClassName
{
color: #A69996;
}
.AnyTagClassName
{
color: #A69996;
}
</style>
background-color css
<style>
a { background-color: #A69996; }
a { background-color: rgb(166,153,150); }
div.DivClassName
{
background-color: #A69996;
}
.BgClassName
{
background-color: #A69996;
}
</style>
border-color css
<style>
span { border-color: #A69996; }
span { border-color: rgb(166,153,150); }
td.TdClassName
{
border-color: #A69996;
}
.TagClassName
{
border-color: #A69996;
}
</style>