Shades of Blush #AA5369
Tints of Blush #AA5369
RGB
CMYK
RGB Variations
Color information
#AA5369 (or 0xAA5369) is known color: Blush. HEX triplet: AA, 53 and 69. RGB value is (170,83,105). Sum of RGB (Red+Green+Blue) = 170+83+105=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5369 is #55AC96. Grayscale: #6F6F6F. Windows color (decimal): -5614743 or 6902698. OLE color: 6902698.
HSL color Cylindrical-coordinate representation of color #AA5369: hue angle of 344.83º 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 #AA5369 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 105 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.33 |
| HSL | 344.83º | 0.34% | 0.5% | - |
| HSV(B) | 344.83º | 0.51% | 0.67% | - |
| XYZ | 22.22 | 15.75 | 15.23 | - |
| YUV | 111.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 105 | 0 | 0.51 | 0.38 | 0.33 | 344.83 | 0.34 | 0.5 |
| Hex | AA | 53 | 69 | 0 | 33 | 26 | 21 | 159 | 22 | 32 |
| Octal | 252 | 123 | 151 | 0 | 63 | 46 | 41 | 531 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1101001 | 0 | 110011 | 100110 | 100001 | 101011001 | 100010 | 110010 |
Color Harmonies of #AA5369
Complementary color
Monochromatic Colors of #AA5369
Black with #AA5369
Text Example
Text Example
White with #AA5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5369; }
p { color: rgb(170,83,105); }
H1.HeaderClassName
{
color: #AA5369;
}
.AnyTagClassName
{
color: #AA5369;
}
</style>
background-color css
<style>
a { background-color: #AA5369; }
a { background-color: rgb(170,83,105); }
div.DivClassName
{
background-color: #AA5369;
}
.BgClassName
{
background-color: #AA5369;
}
</style>
border-color css
<style>
span { border-color: #AA5369; }
span { border-color: rgb(170,83,105); }
td.TdClassName
{
border-color: #AA5369;
}
.TagClassName
{
border-color: #AA5369;
}
</style>