Shades of Blush #AA5D66
Tints of Blush #AA5D66
RGB
CMYK
RGB Variations
Color information
#AA5D66 (or 0xAA5D66) is known color: Blush. HEX triplet: AA, 5D and 66. RGB value is (170,93,102). Sum of RGB (Red+Green+Blue) = 170+93+102=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D66 is #55A299. Grayscale: #757575. Windows color (decimal): -5612186 or 6708650. OLE color: 6708650.
HSL color Cylindrical-coordinate representation of color #AA5D66: hue angle of 352.99º 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 #AA5D66 is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 102 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.33 |
| HSL | 352.99º | 0.31% | 0.52% | - |
| HSV(B) | 352.99º | 0.45% | 0.67% | - |
| XYZ | 22.89 | 17.33 | 14.71 | - |
| YUV | 117.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 102 | 0 | 0.45 | 0.4 | 0.33 | 352.99 | 0.31 | 0.52 |
| Hex | AA | 5D | 66 | 0 | 2D | 28 | 21 | 161 | 1F | 34 |
| Octal | 252 | 135 | 146 | 0 | 55 | 50 | 41 | 541 | 37 | 64 |
| Binary | 10101010 | 1011101 | 1100110 | 0 | 101101 | 101000 | 100001 | 101100001 | 11111 | 110100 |
Color Harmonies of #AA5D66
Complementary color
Monochromatic Colors of #AA5D66
Black with #AA5D66
Text Example
Text Example
White with #AA5D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D66; }
p { color: rgb(170,93,102); }
H1.HeaderClassName
{
color: #AA5D66;
}
.AnyTagClassName
{
color: #AA5D66;
}
</style>
background-color css
<style>
a { background-color: #AA5D66; }
a { background-color: rgb(170,93,102); }
div.DivClassName
{
background-color: #AA5D66;
}
.BgClassName
{
background-color: #AA5D66;
}
</style>
border-color css
<style>
span { border-color: #AA5D66; }
span { border-color: rgb(170,93,102); }
td.TdClassName
{
border-color: #AA5D66;
}
.TagClassName
{
border-color: #AA5D66;
}
</style>