#AA5664

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

Shades of Blush #AA5664

Tints of Blush #AA5664

Color information

#AA5664 (or 0xAA5664) is unknown color: approx Blush. HEX triplet: AA, 56 and 64. RGB value is (170,86,100). Sum of RGB (Red+Green+Blue) = 170+86+100=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5664 is #55A99B. Grayscale: #707070. Windows color (decimal): -5613980 or 6575786. OLE color: 6575786.

HSL color Cylindrical-coordinate representation of color #AA5664: hue angle of 350º 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 #AA5664 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17086100-
CMYK00.490.410.33
HSL350º33.07%50.2%-
HSV(B)350º49.41%66.67%-
XYZ22.2116.1214-
YUV112.71120.83168.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=47.75%
G=24.16%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708610000.490.410.3335033.0750.2
HexAA5664031292115e2132
Octal25212614406151415364162
Binary10101010101011011001000110001101001100001101011110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5664; }

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

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

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

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

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

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

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

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