Shades of Tapestry #AA848B
Tints of Tapestry #AA848B
RGB
CMYK
RGB Variations
Color information
#AA848B (or 0xAA848B) is known color: Tapestry. HEX triplet: AA, 84 and 8B. RGB value is (170,132,139). Sum of RGB (Red+Green+Blue) = 170+132+139=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA848B is #557B74. Grayscale: #909090. Windows color (decimal): -5602165 or 9143466. OLE color: 9143466.
HSL color Cylindrical-coordinate representation of color #AA848B: hue angle of 348.95º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA848B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 139 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.33 |
| HSL | 348.95º | 0.18% | 0.59% | - |
| HSV(B) | 348.95º | 0.22% | 0.67% | - |
| XYZ | 29.49 | 26.91 | 28.07 | - |
| YUV | 144.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 139 | 0 | 0.22 | 0.18 | 0.33 | 348.95 | 0.18 | 0.59 |
| Hex | AA | 84 | 8B | 0 | 16 | 12 | 21 | 15D | 12 | 3B |
| Octal | 252 | 204 | 213 | 0 | 26 | 22 | 41 | 535 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10001011 | 0 | 10110 | 10010 | 100001 | 101011101 | 10010 | 111011 |
Color Harmonies of #AA848B
Complementary color
Monochromatic Colors of #AA848B
Black with #AA848B
Text Example
Text Example
White with #AA848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA848B; }
p { color: rgb(170,132,139); }
H1.HeaderClassName
{
color: #AA848B;
}
.AnyTagClassName
{
color: #AA848B;
}
</style>
background-color css
<style>
a { background-color: #AA848B; }
a { background-color: rgb(170,132,139); }
div.DivClassName
{
background-color: #AA848B;
}
.BgClassName
{
background-color: #AA848B;
}
</style>
border-color css
<style>
span { border-color: #AA848B; }
span { border-color: rgb(170,132,139); }
td.TdClassName
{
border-color: #AA848B;
}
.TagClassName
{
border-color: #AA848B;
}
</style>