Shades of Blush #AA5E6C
Tints of Blush #AA5E6C
RGB
CMYK
RGB Variations
Color information
#AA5E6C (or 0xAA5E6C) is known color: Blush. HEX triplet: AA, 5E and 6C. RGB value is (170,94,108). Sum of RGB (Red+Green+Blue) = 170+94+108=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E6C is #55A193. Grayscale: #767676. Windows color (decimal): -5611924 or 7102122. OLE color: 7102122.
HSL color Cylindrical-coordinate representation of color #AA5E6C: hue angle of 348.95º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5E6C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 108 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.33 |
| HSL | 348.95º | 0.31% | 0.52% | - |
| HSV(B) | 348.95º | 0.45% | 0.67% | - |
| XYZ | 23.29 | 17.63 | 16.36 | - |
| YUV | 118.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 108 | 0 | 0.45 | 0.36 | 0.33 | 348.95 | 0.31 | 0.52 |
| Hex | AA | 5E | 6C | 0 | 2D | 24 | 21 | 15D | 1F | 34 |
| Octal | 252 | 136 | 154 | 0 | 55 | 44 | 41 | 535 | 37 | 64 |
| Binary | 10101010 | 1011110 | 1101100 | 0 | 101101 | 100100 | 100001 | 101011101 | 11111 | 110100 |
Color Harmonies of #AA5E6C
Complementary color
Monochromatic Colors of #AA5E6C
Black with #AA5E6C
Text Example
Text Example
White with #AA5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E6C; }
p { color: rgb(170,94,108); }
H1.HeaderClassName
{
color: #AA5E6C;
}
.AnyTagClassName
{
color: #AA5E6C;
}
</style>
background-color css
<style>
a { background-color: #AA5E6C; }
a { background-color: rgb(170,94,108); }
div.DivClassName
{
background-color: #AA5E6C;
}
.BgClassName
{
background-color: #AA5E6C;
}
</style>
border-color css
<style>
span { border-color: #AA5E6C; }
span { border-color: rgb(170,94,108); }
td.TdClassName
{
border-color: #AA5E6C;
}
.TagClassName
{
border-color: #AA5E6C;
}
</style>