#AA5457

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

Shades of Hippie Pink #AA5457

Tints of Hippie Pink #AA5457

Color information

#AA5457 (or 0xAA5457) is unknown color: approx Hippie Pink. HEX triplet: AA, 54 and 57. RGB value is (170,84,87). Sum of RGB (Red+Green+Blue) = 170+84+87=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5457 is #55ABA8. Grayscale: #6E6E6E. Windows color (decimal): -5614505 or 5723306. OLE color: 5723306.

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

Color convert

RGB1708487-
CMYK00.510.490.33
HSL357.91º33.86%49.8%-
HSV(B)357.91º50.59%66.67%-
XYZ21.4715.5710.89-
YUV110.06114.99170.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=49.85%
G=24.63%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170848700.510.490.33357.9133.8649.8
HexAA545703331211662232
Octal25212412706361415464262
Binary10101010101010010101110110011110001100001101100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5457; }

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

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

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

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

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

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

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

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