#AA5464

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

Shades of Blush #AA5464

Tints of Blush #AA5464

Color information

#AA5464 (or 0xAA5464) is unknown color: approx Blush. HEX triplet: AA, 54 and 64. RGB value is (170,84,100). Sum of RGB (Red+Green+Blue) = 170+84+100=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5464 is #55AB9B. Grayscale: #6F6F6F. Windows color (decimal): -5614492 or 6575274. OLE color: 6575274.

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

Color convert

RGB17084100-
CMYK00.510.410.33
HSL348.84º33.86%49.8%-
HSV(B)348.84º50.59%66.67%-
XYZ22.0515.8113.95-
YUV111.54121.49169.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=48.02%
G=23.73%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708410000.510.410.33348.8433.8649.8
HexAA5464033292115d2232
Octal25212414406351415354262
Binary10101010101010011001000110011101001100001101011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5464; }

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

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

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

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

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

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

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

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