#AA4E57

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

Shades of Hippie Pink #AA4E57

Tints of Hippie Pink #AA4E57

Color information

#AA4E57 (or 0xAA4E57) is unknown color: approx Hippie Pink. HEX triplet: AA, 4E and 57. RGB value is (170,78,87). Sum of RGB (Red+Green+Blue) = 170+78+87=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E57 is #55B1A8. Grayscale: #6A6A6A. Windows color (decimal): -5616041 or 5721770. OLE color: 5721770.

HSL color Cylindrical-coordinate representation of color #AA4E57: hue angle of 354.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E57 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1707887-
CMYK00.540.490.33
HSL354.13º37.1%48.63%-
HSV(B)354.13º54.12%66.67%-
XYZ21.0214.6810.74-
YUV106.53116.98173.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=50.75%
G=23.28%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170788700.540.490.33354.1337.148.63
HexAA4E5703631211622531
Octal25211612706661415424561
Binary10101010100111010101110110110110001100001101100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E57; }

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

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

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

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

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

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

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

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