#AA4559

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

Shades of Hippie Pink #AA4559

Tints of Hippie Pink #AA4559

Color information

#AA4559 (or 0xAA4559) is unknown color: approx Hippie Pink. HEX triplet: AA, 45 and 59. RGB value is (170,69,89). Sum of RGB (Red+Green+Blue) = 170+69+89=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4559 is #55BAA6. Grayscale: #656565. Windows color (decimal): -5618343 or 5850538. OLE color: 5850538.

HSL color Cylindrical-coordinate representation of color #AA4559: hue angle of 348.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4559 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1706989-
CMYK00.590.480.33
HSL348.12º42.26%46.86%-
HSV(B)348.12º59.41%66.67%-
XYZ20.5113.5210.98-
YUV101.48120.96176.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=51.83%
G=21.04%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170698900.590.480.33348.1242.2646.86
HexAA455903B302115c2a2f
Octal25210513107360415345257
Binary10101010100010110110010111011110000100001101011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4559; }

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

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

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

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

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

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

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

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