Shades of Blush #AA5065
Tints of Blush #AA5065
RGB
CMYK
RGB Variations
Color information
#AA5065 (or 0xAA5065) is known color: Blush. HEX triplet: AA, 50 and 65. RGB value is (170,80,101). Sum of RGB (Red+Green+Blue) = 170+80+101=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5065 is #55AF9A. Grayscale: #6D6D6D. Windows color (decimal): -5615515 or 6639786. OLE color: 6639786.
HSL color Cylindrical-coordinate representation of color #AA5065: hue angle of 346º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5065 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 101 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.33 |
| HSL | 346º | 0.36% | 0.49% | - |
| HSV(B) | 346º | 0.53% | 0.67% | - |
| XYZ | 21.8 | 15.22 | 14.1 | - |
| YUV | 109.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 101 | 0 | 0.53 | 0.41 | 0.33 | 346 | 0.36 | 0.49 |
| Hex | AA | 50 | 65 | 0 | 35 | 29 | 21 | 15A | 24 | 31 |
| Octal | 252 | 120 | 145 | 0 | 65 | 51 | 41 | 532 | 44 | 61 |
| Binary | 10101010 | 1010000 | 1100101 | 0 | 110101 | 101001 | 100001 | 101011010 | 100100 | 110001 |
Color Harmonies of #AA5065
Complementary color
Monochromatic Colors of #AA5065
Black with #AA5065
Text Example
Text Example
White with #AA5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5065; }
p { color: rgb(170,80,101); }
H1.HeaderClassName
{
color: #AA5065;
}
.AnyTagClassName
{
color: #AA5065;
}
</style>
background-color css
<style>
a { background-color: #AA5065; }
a { background-color: rgb(170,80,101); }
div.DivClassName
{
background-color: #AA5065;
}
.BgClassName
{
background-color: #AA5065;
}
</style>
border-color css
<style>
span { border-color: #AA5065; }
span { border-color: rgb(170,80,101); }
td.TdClassName
{
border-color: #AA5065;
}
.TagClassName
{
border-color: #AA5065;
}
</style>