Shades of Thatch #A69995
Tints of Thatch #A69995
RGB
CMYK
RGB Variations
Color information
#A69995 (or 0xA69995) is known color: Thatch. HEX triplet: A6, 99 and 95. RGB value is (166,153,149). Sum of RGB (Red+Green+Blue) = 166+153+149=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A69995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69995 is #59666A. Grayscale: #9C9C9C. Windows color (decimal): -5858923 or 9804198. OLE color: 9804198.
HSL color Cylindrical-coordinate representation of color #A69995: hue angle of 14.12º degrees, saturation: 0.09, 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 #A69995 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 149 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.35 |
| HSL | 14.12º | 0.09% | 0.62% | - |
| HSV(B) | 14.12º | 0.1% | 0.65% | - |
| XYZ | 32.54 | 33.06 | 33.1 | - |
| YUV | 156.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 149 | 0 | 0.08 | 0.10 | 0.35 | 14.12 | 0.09 | 0.62 |
| Hex | A6 | 99 | 95 | 0 | 8 | A | 23 | E | 9 | 3E |
| Octal | 246 | 231 | 225 | 0 | 10 | 12 | 43 | 16 | 11 | 76 |
| Binary | 10100110 | 10011001 | 10010101 | 0 | 1000 | 1010 | 100011 | 1110 | 1001 | 111110 |
Color Harmonies of #A69995
Complementary color
Monochromatic Colors of #A69995
Black with #A69995
Text Example
Text Example
White with #A69995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69995; }
p { color: rgb(166,153,149); }
H1.HeaderClassName
{
color: #A69995;
}
.AnyTagClassName
{
color: #A69995;
}
</style>
background-color css
<style>
a { background-color: #A69995; }
a { background-color: rgb(166,153,149); }
div.DivClassName
{
background-color: #A69995;
}
.BgClassName
{
background-color: #A69995;
}
</style>
border-color css
<style>
span { border-color: #A69995; }
span { border-color: rgb(166,153,149); }
td.TdClassName
{
border-color: #A69995;
}
.TagClassName
{
border-color: #A69995;
}
</style>