#AA5770

Color #AA5770 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AA5770

Tints of Blush #AA5770

Color information

#AA5770 (or 0xAA5770) is unknown color: approx Blush. HEX triplet: AA, 57 and 70. RGB value is (170,87,112). Sum of RGB (Red+Green+Blue) = 170+87+112=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5770 is #55A88F. Grayscale: #727272. Windows color (decimal): -5613712 or 7362474. OLE color: 7362474.

HSL color Cylindrical-coordinate representation of color #AA5770: hue angle of 341.93º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5770 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17087112-
CMYK00.490.340.33
HSL341.93º32.81%50.39%-
HSV(B)341.93º48.82%66.67%-
XYZ22.9116.5317.31-
YUV114.67126.5167.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=46.07%
G=23.58%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708711200.490.340.33341.9332.8150.39
HexAA577003122211562132
Octal25212716006142415264162
Binary10101010101011111100000110001100010100001101010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5770; }

 p { color: rgb(170,87,112); }

 H1.HeaderClassName
 {
   color: #AA5770;
 }
 .AnyTagClassName
 {
   color: #AA5770;
 }
</style>
background-color css

<style>
 a { background-color: #AA5770; }

 a { background-color: rgb(170,87,112); }

 div.DivClassName
 {
   background-color: #AA5770;
 }
 .BgClassName
 {
   background-color: #AA5770;
 }
</style>
border-color css

<style>
 span { border-color: #AA5770; }

 span { border-color: rgb(170,87,112); }

 td.TdClassName
 {
   border-color: #AA5770;
 }
 .TagClassName
 {
   border-color: #AA5770;
 }
</style>