Shades of Blush #AA5468
Tints of Blush #AA5468
RGB
CMYK
RGB Variations
Color information
#AA5468 (or 0xAA5468) is known color: Blush. HEX triplet: AA, 54 and 68. RGB value is (170,84,104). Sum of RGB (Red+Green+Blue) = 170+84+104=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5468 is #55AB97. Grayscale: #707070. Windows color (decimal): -5614488 or 6837418. OLE color: 6837418.
HSL color Cylindrical-coordinate representation of color #AA5468: hue angle of 346.05º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5468 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 104 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.33 |
| HSL | 346.05º | 0.34% | 0.5% | - |
| HSV(B) | 346.05º | 0.51% | 0.67% | - |
| XYZ | 22.25 | 15.89 | 14.99 | - |
| YUV | 111.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 104 | 0 | 0.51 | 0.39 | 0.33 | 346.05 | 0.34 | 0.5 |
| Hex | AA | 54 | 68 | 0 | 33 | 27 | 21 | 15A | 22 | 32 |
| Octal | 252 | 124 | 150 | 0 | 63 | 47 | 41 | 532 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1101000 | 0 | 110011 | 100111 | 100001 | 101011010 | 100010 | 110010 |
Color Harmonies of #AA5468
Complementary color
Monochromatic Colors of #AA5468
Black with #AA5468
Text Example
Text Example
White with #AA5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5468; }
p { color: rgb(170,84,104); }
H1.HeaderClassName
{
color: #AA5468;
}
.AnyTagClassName
{
color: #AA5468;
}
</style>
background-color css
<style>
a { background-color: #AA5468; }
a { background-color: rgb(170,84,104); }
div.DivClassName
{
background-color: #AA5468;
}
.BgClassName
{
background-color: #AA5468;
}
</style>
border-color css
<style>
span { border-color: #AA5468; }
span { border-color: rgb(170,84,104); }
td.TdClassName
{
border-color: #AA5468;
}
.TagClassName
{
border-color: #AA5468;
}
</style>