#AA5759

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

Shades of Hippie Pink #AA5759

Tints of Hippie Pink #AA5759

Color information

#AA5759 (or 0xAA5759) is unknown color: approx Hippie Pink. HEX triplet: AA, 57 and 59. RGB value is (170,87,89). Sum of RGB (Red+Green+Blue) = 170+87+89=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5759 is #55A8A6. Grayscale: #707070. Windows color (decimal): -5613735 or 5855146. OLE color: 5855146.

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

Color convert

RGB1708789-
CMYK00.490.480.33
HSL358.55º32.81%50.39%-
HSV(B)358.55º48.82%66.67%-
XYZ21.7916.0811.41-
YUV112.04115169.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=49.13%
G=25.14%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170878900.490.480.33358.5532.8150.39
HexAA575903130211672132
Octal25212713106160415474162
Binary10101010101011110110010110001110000100001101100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5759; }

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

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

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

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

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

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

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

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