Shades of Tapestry #AA828C
Tints of Tapestry #AA828C
RGB
CMYK
RGB Variations
Color information
#AA828C (or 0xAA828C) is known color: Tapestry. HEX triplet: AA, 82 and 8C. RGB value is (170,130,140). Sum of RGB (Red+Green+Blue) = 170+130+140=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA828C is #557D73. Grayscale: #8F8F8F. Windows color (decimal): -5602676 or 9208490. OLE color: 9208490.
HSL color Cylindrical-coordinate representation of color #AA828C: hue angle of 345º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA828C is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 140 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.33 |
| HSL | 345º | 0.19% | 0.59% | - |
| HSV(B) | 345º | 0.24% | 0.67% | - |
| XYZ | 29.29 | 26.4 | 28.36 | - |
| YUV | 143.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 140 | 0 | 0.24 | 0.18 | 0.33 | 345 | 0.19 | 0.59 |
| Hex | AA | 82 | 8C | 0 | 18 | 12 | 21 | 159 | 13 | 3B |
| Octal | 252 | 202 | 214 | 0 | 30 | 22 | 41 | 531 | 23 | 73 |
| Binary | 10101010 | 10000010 | 10001100 | 0 | 11000 | 10010 | 100001 | 101011001 | 10011 | 111011 |
Color Harmonies of #AA828C
Complementary color
Monochromatic Colors of #AA828C
Black with #AA828C
Text Example
Text Example
White with #AA828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA828C; }
p { color: rgb(170,130,140); }
H1.HeaderClassName
{
color: #AA828C;
}
.AnyTagClassName
{
color: #AA828C;
}
</style>
background-color css
<style>
a { background-color: #AA828C; }
a { background-color: rgb(170,130,140); }
div.DivClassName
{
background-color: #AA828C;
}
.BgClassName
{
background-color: #AA828C;
}
</style>
border-color css
<style>
span { border-color: #AA828C; }
span { border-color: rgb(170,130,140); }
td.TdClassName
{
border-color: #AA828C;
}
.TagClassName
{
border-color: #AA828C;
}
</style>