Shades of Blush #AA5C6A
Tints of Blush #AA5C6A
RGB
CMYK
RGB Variations
Color information
#AA5C6A (or 0xAA5C6A) is known color: Blush. HEX triplet: AA, 5C and 6A. RGB value is (170,92,106). Sum of RGB (Red+Green+Blue) = 170+92+106=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C6A is #55A395. Grayscale: #747474. Windows color (decimal): -5612438 or 6970538. OLE color: 6970538.
HSL color Cylindrical-coordinate representation of color #AA5C6A: hue angle of 349.23º 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 #AA5C6A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 106 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.33 |
| HSL | 349.23º | 0.31% | 0.51% | - |
| HSV(B) | 349.23º | 0.46% | 0.67% | - |
| XYZ | 23.01 | 17.24 | 15.75 | - |
| YUV | 116.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 106 | 0 | 0.46 | 0.38 | 0.33 | 349.23 | 0.31 | 0.51 |
| Hex | AA | 5C | 6A | 0 | 2E | 26 | 21 | 15D | 1F | 33 |
| Octal | 252 | 134 | 152 | 0 | 56 | 46 | 41 | 535 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1101010 | 0 | 101110 | 100110 | 100001 | 101011101 | 11111 | 110011 |
Color Harmonies of #AA5C6A
Complementary color
Monochromatic Colors of #AA5C6A
Black with #AA5C6A
Text Example
Text Example
White with #AA5C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C6A; }
p { color: rgb(170,92,106); }
H1.HeaderClassName
{
color: #AA5C6A;
}
.AnyTagClassName
{
color: #AA5C6A;
}
</style>
background-color css
<style>
a { background-color: #AA5C6A; }
a { background-color: rgb(170,92,106); }
div.DivClassName
{
background-color: #AA5C6A;
}
.BgClassName
{
background-color: #AA5C6A;
}
</style>
border-color css
<style>
span { border-color: #AA5C6A; }
span { border-color: rgb(170,92,106); }
td.TdClassName
{
border-color: #AA5C6A;
}
.TagClassName
{
border-color: #AA5C6A;
}
</style>