Shades of Blush #AA5C6D
Tints of Blush #AA5C6D
RGB
CMYK
RGB Variations
Color information
#AA5C6D (or 0xAA5C6D) is known color: Blush. HEX triplet: AA, 5C and 6D. RGB value is (170,92,109). Sum of RGB (Red+Green+Blue) = 170+92+109=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C6D is #55A392. Grayscale: #757575. Windows color (decimal): -5612435 or 7167146. OLE color: 7167146.
HSL color Cylindrical-coordinate representation of color #AA5C6D: hue angle of 346.92º 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 #AA5C6D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 109 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.33 |
| HSL | 346.92º | 0.31% | 0.51% | - |
| HSV(B) | 346.92º | 0.46% | 0.67% | - |
| XYZ | 23.17 | 17.3 | 16.59 | - |
| YUV | 117.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 109 | 0 | 0.46 | 0.36 | 0.33 | 346.92 | 0.31 | 0.51 |
| Hex | AA | 5C | 6D | 0 | 2E | 24 | 21 | 15B | 1F | 33 |
| Octal | 252 | 134 | 155 | 0 | 56 | 44 | 41 | 533 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1101101 | 0 | 101110 | 100100 | 100001 | 101011011 | 11111 | 110011 |
Color Harmonies of #AA5C6D
Complementary color
Monochromatic Colors of #AA5C6D
Black with #AA5C6D
Text Example
Text Example
White with #AA5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C6D; }
p { color: rgb(170,92,109); }
H1.HeaderClassName
{
color: #AA5C6D;
}
.AnyTagClassName
{
color: #AA5C6D;
}
</style>
background-color css
<style>
a { background-color: #AA5C6D; }
a { background-color: rgb(170,92,109); }
div.DivClassName
{
background-color: #AA5C6D;
}
.BgClassName
{
background-color: #AA5C6D;
}
</style>
border-color css
<style>
span { border-color: #AA5C6D; }
span { border-color: rgb(170,92,109); }
td.TdClassName
{
border-color: #AA5C6D;
}
.TagClassName
{
border-color: #AA5C6D;
}
</style>