Shades of Blush #AA5871
Tints of Blush #AA5871
RGB
CMYK
RGB Variations
Color information
#AA5871 (or 0xAA5871) is known color: Blush. HEX triplet: AA, 58 and 71. RGB value is (170,88,113). Sum of RGB (Red+Green+Blue) = 170+88+113=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5871 is #55A78E. Grayscale: #737373. Windows color (decimal): -5613455 or 7428266. OLE color: 7428266.
HSL color Cylindrical-coordinate representation of color #AA5871: hue angle of 341.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5871 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 113 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.33 |
| HSL | 341.71º | 0.33% | 0.51% | - |
| HSV(B) | 341.71º | 0.48% | 0.67% | - |
| XYZ | 23.05 | 16.72 | 17.63 | - |
| YUV | 115.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 113 | 0 | 0.48 | 0.34 | 0.33 | 341.71 | 0.33 | 0.51 |
| Hex | AA | 58 | 71 | 0 | 30 | 22 | 21 | 156 | 21 | 33 |
| Octal | 252 | 130 | 161 | 0 | 60 | 42 | 41 | 526 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1110001 | 0 | 110000 | 100010 | 100001 | 101010110 | 100001 | 110011 |
Color Harmonies of #AA5871
Complementary color
Monochromatic Colors of #AA5871
Black with #AA5871
Text Example
Text Example
White with #AA5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5871; }
p { color: rgb(170,88,113); }
H1.HeaderClassName
{
color: #AA5871;
}
.AnyTagClassName
{
color: #AA5871;
}
</style>
background-color css
<style>
a { background-color: #AA5871; }
a { background-color: rgb(170,88,113); }
div.DivClassName
{
background-color: #AA5871;
}
.BgClassName
{
background-color: #AA5871;
}
</style>
border-color css
<style>
span { border-color: #AA5871; }
span { border-color: rgb(170,88,113); }
td.TdClassName
{
border-color: #AA5871;
}
.TagClassName
{
border-color: #AA5871;
}
</style>