Shades of Thatch #AA928F
Tints of Thatch #AA928F
RGB
CMYK
RGB Variations
Color information
#AA928F (or 0xAA928F) is known color: Thatch. HEX triplet: AA, 92 and 8F. RGB value is (170,146,143). Sum of RGB (Red+Green+Blue) = 170+146+143=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA928F is #556D70. Grayscale: #989898. Windows color (decimal): -5598577 or 9409194. OLE color: 9409194.
HSL color Cylindrical-coordinate representation of color #AA928F: hue angle of 6.67º 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 #AA928F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 143 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.33 |
| HSL | 6.67º | 0.14% | 0.61% | - |
| HSV(B) | 6.67º | 0.16% | 0.67% | - |
| XYZ | 31.81 | 31.09 | 30.31 | - |
| YUV | 152.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 143 | 0 | 0.14 | 0.16 | 0.33 | 6.67 | 0.14 | 0.61 |
| Hex | AA | 92 | 8F | 0 | E | 10 | 21 | 7 | E | 3D |
| Octal | 252 | 222 | 217 | 0 | 16 | 20 | 41 | 7 | 16 | 75 |
| Binary | 10101010 | 10010010 | 10001111 | 0 | 1110 | 10000 | 100001 | 111 | 1110 | 111101 |
Color Harmonies of #AA928F
Complementary color
Monochromatic Colors of #AA928F
Black with #AA928F
Text Example
Text Example
White with #AA928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA928F; }
p { color: rgb(170,146,143); }
H1.HeaderClassName
{
color: #AA928F;
}
.AnyTagClassName
{
color: #AA928F;
}
</style>
background-color css
<style>
a { background-color: #AA928F; }
a { background-color: rgb(170,146,143); }
div.DivClassName
{
background-color: #AA928F;
}
.BgClassName
{
background-color: #AA928F;
}
</style>
border-color css
<style>
span { border-color: #AA928F; }
span { border-color: rgb(170,146,143); }
td.TdClassName
{
border-color: #AA928F;
}
.TagClassName
{
border-color: #AA928F;
}
</style>