Shades of Blush #AA5A70
Tints of Blush #AA5A70
RGB
CMYK
RGB Variations
Color information
#AA5A70 (or 0xAA5A70) is known color: Blush. HEX triplet: AA, 5A and 70. RGB value is (170,90,112). Sum of RGB (Red+Green+Blue) = 170+90+112=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A70 is #55A58F. Grayscale: #747474. Windows color (decimal): -5612944 or 7363242. OLE color: 7363242.
HSL color Cylindrical-coordinate representation of color #AA5A70: hue angle of 343.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A70 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 112 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.33 |
| HSL | 343.5º | 0.32% | 0.51% | - |
| HSV(B) | 343.5º | 0.47% | 0.67% | - |
| XYZ | 23.16 | 17.03 | 17.4 | - |
| YUV | 116.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 112 | 0 | 0.47 | 0.34 | 0.33 | 343.5 | 0.32 | 0.51 |
| Hex | AA | 5A | 70 | 0 | 2F | 22 | 21 | 158 | 20 | 33 |
| Octal | 252 | 132 | 160 | 0 | 57 | 42 | 41 | 530 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1110000 | 0 | 101111 | 100010 | 100001 | 101011000 | 100000 | 110011 |
Color Harmonies of #AA5A70
Complementary color
Monochromatic Colors of #AA5A70
Black with #AA5A70
Text Example
Text Example
White with #AA5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A70; }
p { color: rgb(170,90,112); }
H1.HeaderClassName
{
color: #AA5A70;
}
.AnyTagClassName
{
color: #AA5A70;
}
</style>
background-color css
<style>
a { background-color: #AA5A70; }
a { background-color: rgb(170,90,112); }
div.DivClassName
{
background-color: #AA5A70;
}
.BgClassName
{
background-color: #AA5A70;
}
</style>
border-color css
<style>
span { border-color: #AA5A70; }
span { border-color: rgb(170,90,112); }
td.TdClassName
{
border-color: #AA5A70;
}
.TagClassName
{
border-color: #AA5A70;
}
</style>