Shades of Blush #AA5D6E
Tints of Blush #AA5D6E
RGB
CMYK
RGB Variations
Color information
#AA5D6E (or 0xAA5D6E) is known color: Blush. HEX triplet: AA, 5D and 6E. RGB value is (170,93,110). Sum of RGB (Red+Green+Blue) = 170+93+110=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D6E is #55A291. Grayscale: #757575. Windows color (decimal): -5612178 or 7232938. OLE color: 7232938.
HSL color Cylindrical-coordinate representation of color #AA5D6E: hue angle of 346.75º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA5D6E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 110 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.33 |
| HSL | 346.75º | 0.31% | 0.52% | - |
| HSV(B) | 346.75º | 0.45% | 0.67% | - |
| XYZ | 23.31 | 17.5 | 16.9 | - |
| YUV | 117.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 110 | 0 | 0.45 | 0.35 | 0.33 | 346.75 | 0.31 | 0.52 |
| Hex | AA | 5D | 6E | 0 | 2D | 23 | 21 | 15B | 1F | 34 |
| Octal | 252 | 135 | 156 | 0 | 55 | 43 | 41 | 533 | 37 | 64 |
| Binary | 10101010 | 1011101 | 1101110 | 0 | 101101 | 100011 | 100001 | 101011011 | 11111 | 110100 |
Color Harmonies of #AA5D6E
Complementary color
Monochromatic Colors of #AA5D6E
Black with #AA5D6E
Text Example
Text Example
White with #AA5D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D6E; }
p { color: rgb(170,93,110); }
H1.HeaderClassName
{
color: #AA5D6E;
}
.AnyTagClassName
{
color: #AA5D6E;
}
</style>
background-color css
<style>
a { background-color: #AA5D6E; }
a { background-color: rgb(170,93,110); }
div.DivClassName
{
background-color: #AA5D6E;
}
.BgClassName
{
background-color: #AA5D6E;
}
</style>
border-color css
<style>
span { border-color: #AA5D6E; }
span { border-color: rgb(170,93,110); }
td.TdClassName
{
border-color: #AA5D6E;
}
.TagClassName
{
border-color: #AA5D6E;
}
</style>