Shades of Blush #AA586B
Tints of Blush #AA586B
RGB
CMYK
RGB Variations
Color information
#AA586B (or 0xAA586B) is known color: Blush. HEX triplet: AA, 58 and 6B. RGB value is (170,88,107). Sum of RGB (Red+Green+Blue) = 170+88+107=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA586B is #55A794. Grayscale: #727272. Windows color (decimal): -5613461 or 7035050. OLE color: 7035050.
HSL color Cylindrical-coordinate representation of color #AA586B: hue angle of 346.1º 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 #AA586B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 107 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.33 |
| HSL | 346.1º | 0.33% | 0.51% | - |
| HSV(B) | 346.1º | 0.48% | 0.67% | - |
| XYZ | 22.72 | 16.59 | 15.91 | - |
| YUV | 114.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 107 | 0 | 0.48 | 0.37 | 0.33 | 346.1 | 0.33 | 0.51 |
| Hex | AA | 58 | 6B | 0 | 30 | 25 | 21 | 15A | 21 | 33 |
| Octal | 252 | 130 | 153 | 0 | 60 | 45 | 41 | 532 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1101011 | 0 | 110000 | 100101 | 100001 | 101011010 | 100001 | 110011 |
Color Harmonies of #AA586B
Complementary color
Monochromatic Colors of #AA586B
Black with #AA586B
Text Example
Text Example
White with #AA586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA586B; }
p { color: rgb(170,88,107); }
H1.HeaderClassName
{
color: #AA586B;
}
.AnyTagClassName
{
color: #AA586B;
}
</style>
background-color css
<style>
a { background-color: #AA586B; }
a { background-color: rgb(170,88,107); }
div.DivClassName
{
background-color: #AA586B;
}
.BgClassName
{
background-color: #AA586B;
}
</style>
border-color css
<style>
span { border-color: #AA586B; }
span { border-color: rgb(170,88,107); }
td.TdClassName
{
border-color: #AA586B;
}
.TagClassName
{
border-color: #AA586B;
}
</style>