#AA5657

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

Shades of Hippie Pink #AA5657

Tints of Hippie Pink #AA5657

Color information

#AA5657 (or 0xAA5657) is unknown color: approx Hippie Pink. HEX triplet: AA, 56 and 57. RGB value is (170,86,87). Sum of RGB (Red+Green+Blue) = 170+86+87=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5657 is #55A9A8. Grayscale: #6F6F6F. Windows color (decimal): -5613993 or 5723818. OLE color: 5723818.

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

Color convert

RGB1708687-
CMYK00.490.490.33
HSL359.29º33.07%50.2%-
HSV(B)359.29º49.41%66.67%-
XYZ21.6315.8910.94-
YUV111.23114.33169.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=49.56%
G=25.07%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170868700.490.490.33359.2933.0750.2
HexAA565703131211672132
Octal25212612706161415474162
Binary10101010101011010101110110001110001100001101100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5657; }

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

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

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

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

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

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

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

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