Shades of Blush #AA5A6E
Tints of Blush #AA5A6E
RGB
CMYK
RGB Variations
Color information
#AA5A6E (or 0xAA5A6E) is known color: Blush. HEX triplet: AA, 5A and 6E. RGB value is (170,90,110). Sum of RGB (Red+Green+Blue) = 170+90+110=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A6E is #55A591. Grayscale: #747474. Windows color (decimal): -5612946 or 7232170. OLE color: 7232170.
HSL color Cylindrical-coordinate representation of color #AA5A6E: hue angle of 345º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A6E is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 110 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.33 |
| HSL | 345º | 0.32% | 0.51% | - |
| HSV(B) | 345º | 0.47% | 0.67% | - |
| XYZ | 23.05 | 16.98 | 16.82 | - |
| YUV | 116.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 110 | 0 | 0.47 | 0.35 | 0.33 | 345 | 0.32 | 0.51 |
| Hex | AA | 5A | 6E | 0 | 2F | 23 | 21 | 159 | 20 | 33 |
| Octal | 252 | 132 | 156 | 0 | 57 | 43 | 41 | 531 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1101110 | 0 | 101111 | 100011 | 100001 | 101011001 | 100000 | 110011 |
Color Harmonies of #AA5A6E
Complementary color
Monochromatic Colors of #AA5A6E
Black with #AA5A6E
Text Example
Text Example
White with #AA5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A6E; }
p { color: rgb(170,90,110); }
H1.HeaderClassName
{
color: #AA5A6E;
}
.AnyTagClassName
{
color: #AA5A6E;
}
</style>
background-color css
<style>
a { background-color: #AA5A6E; }
a { background-color: rgb(170,90,110); }
div.DivClassName
{
background-color: #AA5A6E;
}
.BgClassName
{
background-color: #AA5A6E;
}
</style>
border-color css
<style>
span { border-color: #AA5A6E; }
span { border-color: rgb(170,90,110); }
td.TdClassName
{
border-color: #AA5A6E;
}
.TagClassName
{
border-color: #AA5A6E;
}
</style>