Shades of Blush #AA5C6B
Tints of Blush #AA5C6B
RGB
CMYK
RGB Variations
Color information
#AA5C6B (or 0xAA5C6B) is known color: Blush. HEX triplet: AA, 5C and 6B. RGB value is (170,92,107). Sum of RGB (Red+Green+Blue) = 170+92+107=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C6B is #55A394. Grayscale: #757575. Windows color (decimal): -5612437 or 7036074. OLE color: 7036074.
HSL color Cylindrical-coordinate representation of color #AA5C6B: hue angle of 348.46º 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 #AA5C6B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 107 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.33 |
| HSL | 348.46º | 0.31% | 0.51% | - |
| HSV(B) | 348.46º | 0.46% | 0.67% | - |
| XYZ | 23.06 | 17.26 | 16.03 | - |
| YUV | 117.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 107 | 0 | 0.46 | 0.37 | 0.33 | 348.46 | 0.31 | 0.51 |
| Hex | AA | 5C | 6B | 0 | 2E | 25 | 21 | 15C | 1F | 33 |
| Octal | 252 | 134 | 153 | 0 | 56 | 45 | 41 | 534 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1101011 | 0 | 101110 | 100101 | 100001 | 101011100 | 11111 | 110011 |
Color Harmonies of #AA5C6B
Complementary color
Monochromatic Colors of #AA5C6B
Black with #AA5C6B
Text Example
Text Example
White with #AA5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C6B; }
p { color: rgb(170,92,107); }
H1.HeaderClassName
{
color: #AA5C6B;
}
.AnyTagClassName
{
color: #AA5C6B;
}
</style>
background-color css
<style>
a { background-color: #AA5C6B; }
a { background-color: rgb(170,92,107); }
div.DivClassName
{
background-color: #AA5C6B;
}
.BgClassName
{
background-color: #AA5C6B;
}
</style>
border-color css
<style>
span { border-color: #AA5C6B; }
span { border-color: rgb(170,92,107); }
td.TdClassName
{
border-color: #AA5C6B;
}
.TagClassName
{
border-color: #AA5C6B;
}
</style>