Shades of Blush #AA5C63
Tints of Blush #AA5C63
RGB
CMYK
RGB Variations
Color information
#AA5C63 (or 0xAA5C63) is known color: Blush. HEX triplet: AA, 5C and 63. RGB value is (170,92,99). Sum of RGB (Red+Green+Blue) = 170+92+99=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C63 is #55A39C. Grayscale: #747474. Windows color (decimal): -5612445 or 6511786. OLE color: 6511786.
HSL color Cylindrical-coordinate representation of color #AA5C63: hue angle of 354.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5C63 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 99 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.33 |
| HSL | 354.62º | 0.31% | 0.51% | - |
| HSV(B) | 354.62º | 0.46% | 0.67% | - |
| XYZ | 22.66 | 17.1 | 13.91 | - |
| YUV | 116.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 99 | 0 | 0.46 | 0.42 | 0.33 | 354.62 | 0.31 | 0.51 |
| Hex | AA | 5C | 63 | 0 | 2E | 2A | 21 | 163 | 1F | 33 |
| Octal | 252 | 134 | 143 | 0 | 56 | 52 | 41 | 543 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1100011 | 0 | 101110 | 101010 | 100001 | 101100011 | 11111 | 110011 |
Color Harmonies of #AA5C63
Complementary color
Monochromatic Colors of #AA5C63
Black with #AA5C63
Text Example
Text Example
White with #AA5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C63; }
p { color: rgb(170,92,99); }
H1.HeaderClassName
{
color: #AA5C63;
}
.AnyTagClassName
{
color: #AA5C63;
}
</style>
background-color css
<style>
a { background-color: #AA5C63; }
a { background-color: rgb(170,92,99); }
div.DivClassName
{
background-color: #AA5C63;
}
.BgClassName
{
background-color: #AA5C63;
}
</style>
border-color css
<style>
span { border-color: #AA5C63; }
span { border-color: rgb(170,92,99); }
td.TdClassName
{
border-color: #AA5C63;
}
.TagClassName
{
border-color: #AA5C63;
}
</style>