Shades of Blush #AA586D
Tints of Blush #AA586D
RGB
CMYK
RGB Variations
Color information
#AA586D (or 0xAA586D) is known color: Blush. HEX triplet: AA, 58 and 6D. RGB value is (170,88,109). Sum of RGB (Red+Green+Blue) = 170+88+109=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA586D is #55A792. Grayscale: #727272. Windows color (decimal): -5613459 or 7166122. OLE color: 7166122.
HSL color Cylindrical-coordinate representation of color #AA586D: hue angle of 344.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA586D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 109 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.33 |
| HSL | 344.63º | 0.33% | 0.51% | - |
| HSV(B) | 344.63º | 0.48% | 0.67% | - |
| XYZ | 22.83 | 16.63 | 16.47 | - |
| YUV | 114.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 109 | 0 | 0.48 | 0.36 | 0.33 | 344.63 | 0.33 | 0.51 |
| Hex | AA | 58 | 6D | 0 | 30 | 24 | 21 | 159 | 21 | 33 |
| Octal | 252 | 130 | 155 | 0 | 60 | 44 | 41 | 531 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1101101 | 0 | 110000 | 100100 | 100001 | 101011001 | 100001 | 110011 |
Color Harmonies of #AA586D
Complementary color
Monochromatic Colors of #AA586D
Black with #AA586D
Text Example
Text Example
White with #AA586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA586D; }
p { color: rgb(170,88,109); }
H1.HeaderClassName
{
color: #AA586D;
}
.AnyTagClassName
{
color: #AA586D;
}
</style>
background-color css
<style>
a { background-color: #AA586D; }
a { background-color: rgb(170,88,109); }
div.DivClassName
{
background-color: #AA586D;
}
.BgClassName
{
background-color: #AA586D;
}
</style>
border-color css
<style>
span { border-color: #AA586D; }
span { border-color: rgb(170,88,109); }
td.TdClassName
{
border-color: #AA586D;
}
.TagClassName
{
border-color: #AA586D;
}
</style>