Shades of Blush #AA5165
Tints of Blush #AA5165
RGB
CMYK
RGB Variations
Color information
#AA5165 (or 0xAA5165) is known color: Blush. HEX triplet: AA, 51 and 65. RGB value is (170,81,101). Sum of RGB (Red+Green+Blue) = 170+81+101=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5165 is #55AE9A. Grayscale: #6D6D6D. Windows color (decimal): -5615259 or 6640042. OLE color: 6640042.
HSL color Cylindrical-coordinate representation of color #AA5165: hue angle of 346.52º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5165 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 101 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.33 |
| HSL | 346.52º | 0.35% | 0.49% | - |
| HSV(B) | 346.52º | 0.52% | 0.67% | - |
| XYZ | 21.87 | 15.37 | 14.13 | - |
| YUV | 109.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 101 | 0 | 0.52 | 0.41 | 0.33 | 346.52 | 0.35 | 0.49 |
| Hex | AA | 51 | 65 | 0 | 34 | 29 | 21 | 15B | 23 | 31 |
| Octal | 252 | 121 | 145 | 0 | 64 | 51 | 41 | 533 | 43 | 61 |
| Binary | 10101010 | 1010001 | 1100101 | 0 | 110100 | 101001 | 100001 | 101011011 | 100011 | 110001 |
Color Harmonies of #AA5165
Complementary color
Monochromatic Colors of #AA5165
Black with #AA5165
Text Example
Text Example
White with #AA5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5165; }
p { color: rgb(170,81,101); }
H1.HeaderClassName
{
color: #AA5165;
}
.AnyTagClassName
{
color: #AA5165;
}
</style>
background-color css
<style>
a { background-color: #AA5165; }
a { background-color: rgb(170,81,101); }
div.DivClassName
{
background-color: #AA5165;
}
.BgClassName
{
background-color: #AA5165;
}
</style>
border-color css
<style>
span { border-color: #AA5165; }
span { border-color: rgb(170,81,101); }
td.TdClassName
{
border-color: #AA5165;
}
.TagClassName
{
border-color: #AA5165;
}
</style>