#AA5758

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

Shades of Hippie Pink #AA5758

Tints of Hippie Pink #AA5758

Color information

#AA5758 (or 0xAA5758) is unknown color: approx Hippie Pink. HEX triplet: AA, 57 and 58. RGB value is (170,87,88). Sum of RGB (Red+Green+Blue) = 170+87+88=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5758 is #55A8A7. Grayscale: #707070. Windows color (decimal): -5613736 or 5789610. OLE color: 5789610.

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

Color convert

RGB1708788-
CMYK00.490.480.33
HSL359.28º32.81%50.39%-
HSV(B)359.28º48.82%66.67%-
XYZ21.7516.0711.19-
YUV111.93114.5169.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=49.28%
G=25.22%
B=25.51%

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
Decimal170878800.490.480.33359.2832.8150.39
HexAA575803130211672132
Octal25212713006160415474162
Binary10101010101011110110000110001110000100001101100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5758; }

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

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

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

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

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

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

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

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