Shades of Blush #AA546B
Tints of Blush #AA546B
RGB
CMYK
RGB Variations
Color information
#AA546B (or 0xAA546B) is known color: Blush. HEX triplet: AA, 54 and 6B. RGB value is (170,84,107). Sum of RGB (Red+Green+Blue) = 170+84+107=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA546B is #55AB94. Grayscale: #707070. Windows color (decimal): -5614485 or 7034026. OLE color: 7034026.
HSL color Cylindrical-coordinate representation of color #AA546B: hue angle of 343.95º 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 #AA546B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 107 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.33 |
| HSL | 343.95º | 0.34% | 0.5% | - |
| HSV(B) | 343.95º | 0.51% | 0.67% | - |
| XYZ | 22.4 | 15.95 | 15.81 | - |
| YUV | 112.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 107 | 0 | 0.51 | 0.37 | 0.33 | 343.95 | 0.34 | 0.5 |
| Hex | AA | 54 | 6B | 0 | 33 | 25 | 21 | 158 | 22 | 32 |
| Octal | 252 | 124 | 153 | 0 | 63 | 45 | 41 | 530 | 42 | 62 |
| Binary | 10101010 | 1010100 | 1101011 | 0 | 110011 | 100101 | 100001 | 101011000 | 100010 | 110010 |
Color Harmonies of #AA546B
Complementary color
Monochromatic Colors of #AA546B
Black with #AA546B
Text Example
Text Example
White with #AA546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA546B; }
p { color: rgb(170,84,107); }
H1.HeaderClassName
{
color: #AA546B;
}
.AnyTagClassName
{
color: #AA546B;
}
</style>
background-color css
<style>
a { background-color: #AA546B; }
a { background-color: rgb(170,84,107); }
div.DivClassName
{
background-color: #AA546B;
}
.BgClassName
{
background-color: #AA546B;
}
</style>
border-color css
<style>
span { border-color: #AA546B; }
span { border-color: rgb(170,84,107); }
td.TdClassName
{
border-color: #AA546B;
}
.TagClassName
{
border-color: #AA546B;
}
</style>