Shades of Blush #AA5567
Tints of Blush #AA5567
RGB
CMYK
RGB Variations
Color information
#AA5567 (or 0xAA5567) is known color: Blush. HEX triplet: AA, 55 and 67. RGB value is (170,85,103). Sum of RGB (Red+Green+Blue) = 170+85+103=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5567 is #55AA98. Grayscale: #707070. Windows color (decimal): -5614233 or 6772138. OLE color: 6772138.
HSL color Cylindrical-coordinate representation of color #AA5567: hue angle of 347.29º 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 #AA5567 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 103 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.33 |
| HSL | 347.29º | 0.33% | 0.5% | - |
| HSV(B) | 347.29º | 0.5% | 0.67% | - |
| XYZ | 22.27 | 16.02 | 14.75 | - |
| YUV | 112.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 103 | 0 | 0.50 | 0.39 | 0.33 | 347.29 | 0.33 | 0.5 |
| Hex | AA | 55 | 67 | 0 | 32 | 27 | 21 | 15B | 21 | 32 |
| Octal | 252 | 125 | 147 | 0 | 62 | 47 | 41 | 533 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1100111 | 0 | 110010 | 100111 | 100001 | 101011011 | 100001 | 110010 |
Color Harmonies of #AA5567
Complementary color
Monochromatic Colors of #AA5567
Black with #AA5567
Text Example
Text Example
White with #AA5567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5567; }
p { color: rgb(170,85,103); }
H1.HeaderClassName
{
color: #AA5567;
}
.AnyTagClassName
{
color: #AA5567;
}
</style>
background-color css
<style>
a { background-color: #AA5567; }
a { background-color: rgb(170,85,103); }
div.DivClassName
{
background-color: #AA5567;
}
.BgClassName
{
background-color: #AA5567;
}
</style>
border-color css
<style>
span { border-color: #AA5567; }
span { border-color: rgb(170,85,103); }
td.TdClassName
{
border-color: #AA5567;
}
.TagClassName
{
border-color: #AA5567;
}
</style>