Shades of Blush #AA5264
Tints of Blush #AA5264
RGB
CMYK
RGB Variations
Color information
#AA5264 (or 0xAA5264) is known color: Blush. HEX triplet: AA, 52 and 64. RGB value is (170,82,100). Sum of RGB (Red+Green+Blue) = 170+82+100=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5264 is #55AD9B. Grayscale: #6E6E6E. Windows color (decimal): -5615004 or 6574762. OLE color: 6574762.
HSL color Cylindrical-coordinate representation of color #AA5264: hue angle of 347.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5264 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 100 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.33 |
| HSL | 347.73º | 0.35% | 0.49% | - |
| HSV(B) | 347.73º | 0.52% | 0.67% | - |
| XYZ | 21.9 | 15.5 | 13.89 | - |
| YUV | 110.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 100 | 0 | 0.52 | 0.41 | 0.33 | 347.73 | 0.35 | 0.49 |
| Hex | AA | 52 | 64 | 0 | 34 | 29 | 21 | 15C | 23 | 31 |
| Octal | 252 | 122 | 144 | 0 | 64 | 51 | 41 | 534 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1100100 | 0 | 110100 | 101001 | 100001 | 101011100 | 100011 | 110001 |
Color Harmonies of #AA5264
Complementary color
Monochromatic Colors of #AA5264
Black with #AA5264
Text Example
Text Example
White with #AA5264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5264; }
p { color: rgb(170,82,100); }
H1.HeaderClassName
{
color: #AA5264;
}
.AnyTagClassName
{
color: #AA5264;
}
</style>
background-color css
<style>
a { background-color: #AA5264; }
a { background-color: rgb(170,82,100); }
div.DivClassName
{
background-color: #AA5264;
}
.BgClassName
{
background-color: #AA5264;
}
</style>
border-color css
<style>
span { border-color: #AA5264; }
span { border-color: rgb(170,82,100); }
td.TdClassName
{
border-color: #AA5264;
}
.TagClassName
{
border-color: #AA5264;
}
</style>