Shades of Thatch #AA928B
Tints of Thatch #AA928B
RGB
CMYK
RGB Variations
Color information
#AA928B (or 0xAA928B) is known color: Thatch. HEX triplet: AA, 92 and 8B. RGB value is (170,146,139). Sum of RGB (Red+Green+Blue) = 170+146+139=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA928B is #556D74. Grayscale: #989898. Windows color (decimal): -5598581 or 9147050. OLE color: 9147050.
HSL color Cylindrical-coordinate representation of color #AA928B: hue angle of 13.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA928B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 139 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.33 |
| HSL | 13.55º | 0.15% | 0.61% | - |
| HSV(B) | 13.55º | 0.18% | 0.67% | - |
| XYZ | 31.52 | 30.97 | 28.74 | - |
| YUV | 152.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 139 | 0 | 0.14 | 0.18 | 0.33 | 13.55 | 0.15 | 0.61 |
| Hex | AA | 92 | 8B | 0 | E | 12 | 21 | E | F | 3D |
| Octal | 252 | 222 | 213 | 0 | 16 | 22 | 41 | 16 | 17 | 75 |
| Binary | 10101010 | 10010010 | 10001011 | 0 | 1110 | 10010 | 100001 | 1110 | 1111 | 111101 |
Color Harmonies of #AA928B
Complementary color
Monochromatic Colors of #AA928B
Black with #AA928B
Text Example
Text Example
White with #AA928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA928B; }
p { color: rgb(170,146,139); }
H1.HeaderClassName
{
color: #AA928B;
}
.AnyTagClassName
{
color: #AA928B;
}
</style>
background-color css
<style>
a { background-color: #AA928B; }
a { background-color: rgb(170,146,139); }
div.DivClassName
{
background-color: #AA928B;
}
.BgClassName
{
background-color: #AA928B;
}
</style>
border-color css
<style>
span { border-color: #AA928B; }
span { border-color: rgb(170,146,139); }
td.TdClassName
{
border-color: #AA928B;
}
.TagClassName
{
border-color: #AA928B;
}
</style>