Shades of Blush #AA5663
Tints of Blush #AA5663
RGB
CMYK
RGB Variations
Color information
#AA5663 (or 0xAA5663) is known color: Blush. HEX triplet: AA, 56 and 63. RGB value is (170,86,99). Sum of RGB (Red+Green+Blue) = 170+86+99=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5663 is #55A99C. Grayscale: #707070. Windows color (decimal): -5613981 or 6510250. OLE color: 6510250.
HSL color Cylindrical-coordinate representation of color #AA5663: hue angle of 350.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5663 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 99 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.33 |
| HSL | 350.71º | 0.33% | 0.5% | - |
| HSV(B) | 350.71º | 0.49% | 0.67% | - |
| XYZ | 22.16 | 16.1 | 13.74 | - |
| YUV | 112.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 99 | 0 | 0.49 | 0.42 | 0.33 | 350.71 | 0.33 | 0.5 |
| Hex | AA | 56 | 63 | 0 | 31 | 2A | 21 | 15F | 21 | 32 |
| Octal | 252 | 126 | 143 | 0 | 61 | 52 | 41 | 537 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1100011 | 0 | 110001 | 101010 | 100001 | 101011111 | 100001 | 110010 |
Color Harmonies of #AA5663
Complementary color
Monochromatic Colors of #AA5663
Black with #AA5663
Text Example
Text Example
White with #AA5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5663; }
p { color: rgb(170,86,99); }
H1.HeaderClassName
{
color: #AA5663;
}
.AnyTagClassName
{
color: #AA5663;
}
</style>
background-color css
<style>
a { background-color: #AA5663; }
a { background-color: rgb(170,86,99); }
div.DivClassName
{
background-color: #AA5663;
}
.BgClassName
{
background-color: #AA5663;
}
</style>
border-color css
<style>
span { border-color: #AA5663; }
span { border-color: rgb(170,86,99); }
td.TdClassName
{
border-color: #AA5663;
}
.TagClassName
{
border-color: #AA5663;
}
</style>