Shades of Blush #AA5C6E
Tints of Blush #AA5C6E
RGB
CMYK
RGB Variations
Color information
#AA5C6E (or 0xAA5C6E) is known color: Blush. HEX triplet: AA, 5C and 6E. RGB value is (170,92,110). Sum of RGB (Red+Green+Blue) = 170+92+110=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C6E is #55A391. Grayscale: #757575. Windows color (decimal): -5612434 or 7232682. OLE color: 7232682.
HSL color Cylindrical-coordinate representation of color #AA5C6E: hue angle of 346.15º 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 #AA5C6E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 110 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.33 |
| HSL | 346.15º | 0.31% | 0.51% | - |
| HSV(B) | 346.15º | 0.46% | 0.67% | - |
| XYZ | 23.22 | 17.33 | 16.87 | - |
| YUV | 117.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 110 | 0 | 0.46 | 0.35 | 0.33 | 346.15 | 0.31 | 0.51 |
| Hex | AA | 5C | 6E | 0 | 2E | 23 | 21 | 15A | 1F | 33 |
| Octal | 252 | 134 | 156 | 0 | 56 | 43 | 41 | 532 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1101110 | 0 | 101110 | 100011 | 100001 | 101011010 | 11111 | 110011 |
Color Harmonies of #AA5C6E
Complementary color
Monochromatic Colors of #AA5C6E
Black with #AA5C6E
Text Example
Text Example
White with #AA5C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C6E; }
p { color: rgb(170,92,110); }
H1.HeaderClassName
{
color: #AA5C6E;
}
.AnyTagClassName
{
color: #AA5C6E;
}
</style>
background-color css
<style>
a { background-color: #AA5C6E; }
a { background-color: rgb(170,92,110); }
div.DivClassName
{
background-color: #AA5C6E;
}
.BgClassName
{
background-color: #AA5C6E;
}
</style>
border-color css
<style>
span { border-color: #AA5C6E; }
span { border-color: rgb(170,92,110); }
td.TdClassName
{
border-color: #AA5C6E;
}
.TagClassName
{
border-color: #AA5C6E;
}
</style>