Shades of Blush #AA5469
Tints of Blush #AA5469
RGB
CMYK
RGB Variations
Color information
#AA5469 (or 0xAA5469) is known color: Blush. HEX triplet: AA, 54 and 69. RGB value is (170,84,105). Sum of RGB (Red+Green+Blue) = 170+84+105=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5469 is #55AB96. Grayscale: #707070. Windows color (decimal): -5614487 or 6902954. OLE color: 6902954.
HSL color Cylindrical-coordinate representation of color #AA5469: hue angle of 345.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5469 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 105 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.33 |
| HSL | 345.35º | 0.34% | 0.5% | - |
| HSV(B) | 345.35º | 0.51% | 0.67% | - |
| XYZ | 22.3 | 15.91 | 15.26 | - |
| YUV | 112.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 105 | 0 | 0.51 | 0.38 | 0.33 | 345.35 | 0.34 | 0.5 |
| Hex | AA | 54 | 69 | 0 | 33 | 26 | 21 | 159 | 22 | 32 |
| Octal | 252 | 124 | 151 | 0 | 63 | 46 | 41 | 531 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1101001 | 0 | 110011 | 100110 | 100001 | 101011001 | 100010 | 110010 |
Color Harmonies of #AA5469
Complementary color
Monochromatic Colors of #AA5469
Black with #AA5469
Text Example
Text Example
White with #AA5469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5469; }
p { color: rgb(170,84,105); }
H1.HeaderClassName
{
color: #AA5469;
}
.AnyTagClassName
{
color: #AA5469;
}
</style>
background-color css
<style>
a { background-color: #AA5469; }
a { background-color: rgb(170,84,105); }
div.DivClassName
{
background-color: #AA5469;
}
.BgClassName
{
background-color: #AA5469;
}
</style>
border-color css
<style>
span { border-color: #AA5469; }
span { border-color: rgb(170,84,105); }
td.TdClassName
{
border-color: #AA5469;
}
.TagClassName
{
border-color: #AA5469;
}
</style>