Shades of Blush #AA5C6C
Tints of Blush #AA5C6C
RGB
CMYK
RGB Variations
Color information
#AA5C6C (or 0xAA5C6C) is known color: Blush. HEX triplet: AA, 5C and 6C. RGB value is (170,92,108). Sum of RGB (Red+Green+Blue) = 170+92+108=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C6C is #55A393. Grayscale: #757575. Windows color (decimal): -5612436 or 7101610. OLE color: 7101610.
HSL color Cylindrical-coordinate representation of color #AA5C6C: hue angle of 347.69º 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 #AA5C6C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 108 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.33 |
| HSL | 347.69º | 0.31% | 0.51% | - |
| HSV(B) | 347.69º | 0.46% | 0.67% | - |
| XYZ | 23.11 | 17.28 | 16.31 | - |
| YUV | 117.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 108 | 0 | 0.46 | 0.36 | 0.33 | 347.69 | 0.31 | 0.51 |
| Hex | AA | 5C | 6C | 0 | 2E | 24 | 21 | 15C | 1F | 33 |
| Octal | 252 | 134 | 154 | 0 | 56 | 44 | 41 | 534 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1101100 | 0 | 101110 | 100100 | 100001 | 101011100 | 11111 | 110011 |
Color Harmonies of #AA5C6C
Complementary color
Monochromatic Colors of #AA5C6C
Black with #AA5C6C
Text Example
Text Example
White with #AA5C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C6C; }
p { color: rgb(170,92,108); }
H1.HeaderClassName
{
color: #AA5C6C;
}
.AnyTagClassName
{
color: #AA5C6C;
}
</style>
background-color css
<style>
a { background-color: #AA5C6C; }
a { background-color: rgb(170,92,108); }
div.DivClassName
{
background-color: #AA5C6C;
}
.BgClassName
{
background-color: #AA5C6C;
}
</style>
border-color css
<style>
span { border-color: #AA5C6C; }
span { border-color: rgb(170,92,108); }
td.TdClassName
{
border-color: #AA5C6C;
}
.TagClassName
{
border-color: #AA5C6C;
}
</style>