#AA5460

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

Shades of Hippie Pink #AA5460

Tints of Hippie Pink #AA5460

Color information

#AA5460 (or 0xAA5460) is unknown color: approx Hippie Pink. HEX triplet: AA, 54 and 60. RGB value is (170,84,96). Sum of RGB (Red+Green+Blue) = 170+84+96=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5460 is #55AB9F. Grayscale: #6F6F6F. Windows color (decimal): -5614496 or 6313130. OLE color: 6313130.

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

Color convert

RGB1708496-
CMYK00.510.440.33
HSL351.63º33.86%49.8%-
HSV(B)351.63º50.59%66.67%-
XYZ21.8615.7312.95-
YUV111.08119.49170.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=48.57%
G=24%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170849600.510.440.33351.6333.8649.8
HexAA54600332C211602232
Octal25212414006354415404262
Binary10101010101010011000000110011101100100001101100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5460; }

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

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

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

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

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

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

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

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