Shades of Thatch #AA9A95
Tints of Thatch #AA9A95
RGB
CMYK
RGB Variations
Color information
#AA9A95 (or 0xAA9A95) is known color: Thatch. HEX triplet: AA, 9A and 95. RGB value is (170,154,149). Sum of RGB (Red+Green+Blue) = 170+154+149=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A95 is #55656A. Grayscale: #9E9E9E. Windows color (decimal): -5596523 or 9804458. OLE color: 9804458.
HSL color Cylindrical-coordinate representation of color #AA9A95: hue angle of 14.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9A95 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 149 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.33 |
| HSL | 14.29º | 0.11% | 0.63% | - |
| HSV(B) | 14.29º | 0.12% | 0.67% | - |
| XYZ | 33.56 | 33.83 | 33.19 | - |
| YUV | 158.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 149 | 0 | 0.09 | 0.12 | 0.33 | 14.29 | 0.11 | 0.63 |
| Hex | AA | 9A | 95 | 0 | 9 | C | 21 | E | B | 3F |
| Octal | 252 | 232 | 225 | 0 | 11 | 14 | 41 | 16 | 13 | 77 |
| Binary | 10101010 | 10011010 | 10010101 | 0 | 1001 | 1100 | 100001 | 1110 | 1011 | 111111 |
Color Harmonies of #AA9A95
Complementary color
Monochromatic Colors of #AA9A95
Black with #AA9A95
Text Example
Text Example
White with #AA9A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A95; }
p { color: rgb(170,154,149); }
H1.HeaderClassName
{
color: #AA9A95;
}
.AnyTagClassName
{
color: #AA9A95;
}
</style>
background-color css
<style>
a { background-color: #AA9A95; }
a { background-color: rgb(170,154,149); }
div.DivClassName
{
background-color: #AA9A95;
}
.BgClassName
{
background-color: #AA9A95;
}
</style>
border-color css
<style>
span { border-color: #AA9A95; }
span { border-color: rgb(170,154,149); }
td.TdClassName
{
border-color: #AA9A95;
}
.TagClassName
{
border-color: #AA9A95;
}
</style>