Shades of Blush #AA5B71
Tints of Blush #AA5B71
RGB
CMYK
RGB Variations
Color information
#AA5B71 (or 0xAA5B71) is known color: Blush. HEX triplet: AA, 5B and 71. RGB value is (170,91,113). Sum of RGB (Red+Green+Blue) = 170+91+113=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B71 is #55A48E. Grayscale: #757575. Windows color (decimal): -5612687 or 7429034. OLE color: 7429034.
HSL color Cylindrical-coordinate representation of color #AA5B71: hue angle of 343.29º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B71 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 113 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.33 |
| HSL | 343.29º | 0.32% | 0.51% | - |
| HSV(B) | 343.29º | 0.46% | 0.67% | - |
| XYZ | 23.3 | 17.22 | 17.72 | - |
| YUV | 117.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 113 | 0 | 0.46 | 0.34 | 0.33 | 343.29 | 0.32 | 0.51 |
| Hex | AA | 5B | 71 | 0 | 2E | 22 | 21 | 157 | 20 | 33 |
| Octal | 252 | 133 | 161 | 0 | 56 | 42 | 41 | 527 | 40 | 63 |
| Binary | 10101010 | 1011011 | 1110001 | 0 | 101110 | 100010 | 100001 | 101010111 | 100000 | 110011 |
Color Harmonies of #AA5B71
Complementary color
Monochromatic Colors of #AA5B71
Black with #AA5B71
Text Example
Text Example
White with #AA5B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B71; }
p { color: rgb(170,91,113); }
H1.HeaderClassName
{
color: #AA5B71;
}
.AnyTagClassName
{
color: #AA5B71;
}
</style>
background-color css
<style>
a { background-color: #AA5B71; }
a { background-color: rgb(170,91,113); }
div.DivClassName
{
background-color: #AA5B71;
}
.BgClassName
{
background-color: #AA5B71;
}
</style>
border-color css
<style>
span { border-color: #AA5B71; }
span { border-color: rgb(170,91,113); }
td.TdClassName
{
border-color: #AA5B71;
}
.TagClassName
{
border-color: #AA5B71;
}
</style>