Shades of Thatch #AA908F
Tints of Thatch #AA908F
RGB
CMYK
RGB Variations
Color information
#AA908F (or 0xAA908F) is known color: Thatch. HEX triplet: AA, 90 and 8F. RGB value is (170,144,143). Sum of RGB (Red+Green+Blue) = 170+144+143=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA908F is #556F70. Grayscale: #979797. Windows color (decimal): -5599089 or 9408682. OLE color: 9408682.
HSL color Cylindrical-coordinate representation of color #AA908F: hue angle of 2.22º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA908F is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 143 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.33 |
| HSL | 2.22º | 0.14% | 0.61% | - |
| HSV(B) | 2.22º | 0.16% | 0.67% | - |
| XYZ | 31.51 | 30.48 | 30.21 | - |
| YUV | 151.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 143 | 0 | 0.15 | 0.16 | 0.33 | 2.22 | 0.14 | 0.61 |
| Hex | AA | 90 | 8F | 0 | F | 10 | 21 | 2 | E | 3D |
| Octal | 252 | 220 | 217 | 0 | 17 | 20 | 41 | 2 | 16 | 75 |
| Binary | 10101010 | 10010000 | 10001111 | 0 | 1111 | 10000 | 100001 | 10 | 1110 | 111101 |
Color Harmonies of #AA908F
Complementary color
Monochromatic Colors of #AA908F
Black with #AA908F
Text Example
Text Example
White with #AA908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA908F; }
p { color: rgb(170,144,143); }
H1.HeaderClassName
{
color: #AA908F;
}
.AnyTagClassName
{
color: #AA908F;
}
</style>
background-color css
<style>
a { background-color: #AA908F; }
a { background-color: rgb(170,144,143); }
div.DivClassName
{
background-color: #AA908F;
}
.BgClassName
{
background-color: #AA908F;
}
</style>
border-color css
<style>
span { border-color: #AA908F; }
span { border-color: rgb(170,144,143); }
td.TdClassName
{
border-color: #AA908F;
}
.TagClassName
{
border-color: #AA908F;
}
</style>