Shades of Blush #AA5669
Tints of Blush #AA5669
RGB
CMYK
RGB Variations
Color information
#AA5669 (or 0xAA5669) is known color: Blush. HEX triplet: AA, 56 and 69. RGB value is (170,86,105). Sum of RGB (Red+Green+Blue) = 170+86+105=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5669 is #55A996. Grayscale: #717171. Windows color (decimal): -5613975 or 6903466. OLE color: 6903466.
HSL color Cylindrical-coordinate representation of color #AA5669: hue angle of 346.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5669 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 105 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.33 |
| HSL | 346.43º | 0.33% | 0.5% | - |
| HSV(B) | 346.43º | 0.49% | 0.67% | - |
| XYZ | 22.46 | 16.22 | 15.31 | - |
| YUV | 113.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 105 | 0 | 0.49 | 0.38 | 0.33 | 346.43 | 0.33 | 0.5 |
| Hex | AA | 56 | 69 | 0 | 31 | 26 | 21 | 15A | 21 | 32 |
| Octal | 252 | 126 | 151 | 0 | 61 | 46 | 41 | 532 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1101001 | 0 | 110001 | 100110 | 100001 | 101011010 | 100001 | 110010 |
Color Harmonies of #AA5669
Complementary color
Monochromatic Colors of #AA5669
Black with #AA5669
Text Example
Text Example
White with #AA5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5669; }
p { color: rgb(170,86,105); }
H1.HeaderClassName
{
color: #AA5669;
}
.AnyTagClassName
{
color: #AA5669;
}
</style>
background-color css
<style>
a { background-color: #AA5669; }
a { background-color: rgb(170,86,105); }
div.DivClassName
{
background-color: #AA5669;
}
.BgClassName
{
background-color: #AA5669;
}
</style>
border-color css
<style>
span { border-color: #AA5669; }
span { border-color: rgb(170,86,105); }
td.TdClassName
{
border-color: #AA5669;
}
.TagClassName
{
border-color: #AA5669;
}
</style>