#AA5564

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

Shades of Blush #AA5564

Tints of Blush #AA5564

Color information

#AA5564 (or 0xAA5564) is unknown color: approx Blush. HEX triplet: AA, 55 and 64. RGB value is (170,85,100). Sum of RGB (Red+Green+Blue) = 170+85+100=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5564 is #55AA9B. Grayscale: #707070. Windows color (decimal): -5614236 or 6575530. OLE color: 6575530.

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

Color convert

RGB17085100-
CMYK00.500.410.33
HSL349.41º33.33%50%-
HSV(B)349.41º50%66.67%-
XYZ22.1315.9613.97-
YUV112.12121.16169.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=47.89%
G=23.94%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708510000.500.410.33349.4133.3350
HexAA5564032292115d2132
Octal25212514406251415354162
Binary10101010101010111001000110010101001100001101011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5564; }

 p { color: rgb(170,85,100); }

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

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

 a { background-color: rgb(170,85,100); }

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

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

 span { border-color: rgb(170,85,100); }

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