Shades of Blush #AA5C68
Tints of Blush #AA5C68
RGB
CMYK
RGB Variations
Color information
#AA5C68 (or 0xAA5C68) is known color: Blush. HEX triplet: AA, 5C and 68. RGB value is (170,92,104). Sum of RGB (Red+Green+Blue) = 170+92+104=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C68 is #55A397. Grayscale: #747474. Windows color (decimal): -5612440 or 6839466. OLE color: 6839466.
HSL color Cylindrical-coordinate representation of color #AA5C68: hue angle of 350.77º 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 #AA5C68 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 104 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.33 |
| HSL | 350.77º | 0.31% | 0.51% | - |
| HSV(B) | 350.77º | 0.46% | 0.67% | - |
| XYZ | 22.9 | 17.2 | 15.21 | - |
| YUV | 116.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 104 | 0 | 0.46 | 0.39 | 0.33 | 350.77 | 0.31 | 0.51 |
| Hex | AA | 5C | 68 | 0 | 2E | 27 | 21 | 15F | 1F | 33 |
| Octal | 252 | 134 | 150 | 0 | 56 | 47 | 41 | 537 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1101000 | 0 | 101110 | 100111 | 100001 | 101011111 | 11111 | 110011 |
Color Harmonies of #AA5C68
Complementary color
Monochromatic Colors of #AA5C68
Black with #AA5C68
Text Example
Text Example
White with #AA5C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C68; }
p { color: rgb(170,92,104); }
H1.HeaderClassName
{
color: #AA5C68;
}
.AnyTagClassName
{
color: #AA5C68;
}
</style>
background-color css
<style>
a { background-color: #AA5C68; }
a { background-color: rgb(170,92,104); }
div.DivClassName
{
background-color: #AA5C68;
}
.BgClassName
{
background-color: #AA5C68;
}
</style>
border-color css
<style>
span { border-color: #AA5C68; }
span { border-color: rgb(170,92,104); }
td.TdClassName
{
border-color: #AA5C68;
}
.TagClassName
{
border-color: #AA5C68;
}
</style>