Shades of Blush #AA5268
Tints of Blush #AA5268
RGB
CMYK
RGB Variations
Color information
#AA5268 (or 0xAA5268) is known color: Blush. HEX triplet: AA, 52 and 68. RGB value is (170,82,104). Sum of RGB (Red+Green+Blue) = 170+82+104=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5268 is #55AD97. Grayscale: #6E6E6E. Windows color (decimal): -5615000 or 6836906. OLE color: 6836906.
HSL color Cylindrical-coordinate representation of color #AA5268: hue angle of 345º 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 #AA5268 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 104 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.33 |
| HSL | 345º | 0.35% | 0.49% | - |
| HSV(B) | 345º | 0.52% | 0.67% | - |
| XYZ | 22.09 | 15.58 | 14.94 | - |
| YUV | 110.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 104 | 0 | 0.52 | 0.39 | 0.33 | 345 | 0.35 | 0.49 |
| Hex | AA | 52 | 68 | 0 | 34 | 27 | 21 | 159 | 23 | 31 |
| Octal | 252 | 122 | 150 | 0 | 64 | 47 | 41 | 531 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1101000 | 0 | 110100 | 100111 | 100001 | 101011001 | 100011 | 110001 |
Color Harmonies of #AA5268
Complementary color
Monochromatic Colors of #AA5268
Black with #AA5268
Text Example
Text Example
White with #AA5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5268; }
p { color: rgb(170,82,104); }
H1.HeaderClassName
{
color: #AA5268;
}
.AnyTagClassName
{
color: #AA5268;
}
</style>
background-color css
<style>
a { background-color: #AA5268; }
a { background-color: rgb(170,82,104); }
div.DivClassName
{
background-color: #AA5268;
}
.BgClassName
{
background-color: #AA5268;
}
</style>
border-color css
<style>
span { border-color: #AA5268; }
span { border-color: rgb(170,82,104); }
td.TdClassName
{
border-color: #AA5268;
}
.TagClassName
{
border-color: #AA5268;
}
</style>