Shades of Blush #AA5565
Tints of Blush #AA5565
RGB
CMYK
RGB Variations
Color information
#AA5565 (or 0xAA5565) is known color: Blush. HEX triplet: AA, 55 and 65. RGB value is (170,85,101). Sum of RGB (Red+Green+Blue) = 170+85+101=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5565 is #55AA9A. Grayscale: #707070. Windows color (decimal): -5614235 or 6641066. OLE color: 6641066.
HSL color Cylindrical-coordinate representation of color #AA5565: hue angle of 348.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5565 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 101 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.33 |
| HSL | 348.71º | 0.33% | 0.5% | - |
| HSV(B) | 348.71º | 0.5% | 0.67% | - |
| XYZ | 22.18 | 15.98 | 14.23 | - |
| YUV | 112.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 101 | 0 | 0.50 | 0.41 | 0.33 | 348.71 | 0.33 | 0.5 |
| Hex | AA | 55 | 65 | 0 | 32 | 29 | 21 | 15D | 21 | 32 |
| Octal | 252 | 125 | 145 | 0 | 62 | 51 | 41 | 535 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1100101 | 0 | 110010 | 101001 | 100001 | 101011101 | 100001 | 110010 |
Color Harmonies of #AA5565
Complementary color
Monochromatic Colors of #AA5565
Black with #AA5565
Text Example
Text Example
White with #AA5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5565; }
p { color: rgb(170,85,101); }
H1.HeaderClassName
{
color: #AA5565;
}
.AnyTagClassName
{
color: #AA5565;
}
</style>
background-color css
<style>
a { background-color: #AA5565; }
a { background-color: rgb(170,85,101); }
div.DivClassName
{
background-color: #AA5565;
}
.BgClassName
{
background-color: #AA5565;
}
</style>
border-color css
<style>
span { border-color: #AA5565; }
span { border-color: rgb(170,85,101); }
td.TdClassName
{
border-color: #AA5565;
}
.TagClassName
{
border-color: #AA5565;
}
</style>