#AA5559

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

Shades of Hippie Pink #AA5559

Tints of Hippie Pink #AA5559

Color information

#AA5559 (or 0xAA5559) is unknown color: approx Hippie Pink. HEX triplet: AA, 55 and 59. RGB value is (170,85,89). Sum of RGB (Red+Green+Blue) = 170+85+89=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5559 is #55AAA6. Grayscale: #6E6E6E. Windows color (decimal): -5614247 or 5854634. OLE color: 5854634.

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

Color convert

RGB1708589-
CMYK00.500.480.33
HSL357.18º33.33%50%-
HSV(B)357.18º50%66.67%-
XYZ21.6315.7611.35-
YUV110.87115.66170.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=49.42%
G=24.71%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170858900.500.480.33357.1833.3350
HexAA555903230211652132
Octal25212513106260415454162
Binary10101010101010110110010110010110000100001101100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5559; }

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

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

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

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

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

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

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

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