#AA5556

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

Shades of Hippie Pink #AA5556

Tints of Hippie Pink #AA5556

Color information

#AA5556 (or 0xAA5556) is unknown color: approx Hippie Pink. HEX triplet: AA, 55 and 56. RGB value is (170,85,86). Sum of RGB (Red+Green+Blue) = 170+85+86=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5556 is #55AAA9. Grayscale: #6E6E6E. Windows color (decimal): -5614250 or 5658026. OLE color: 5658026.

HSL color Cylindrical-coordinate representation of color #AA5556: 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.5%. Process color model (Four color, CMYK) of #AA5556 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1708586-
CMYK00.500.490.33
HSL359.29º33.33%50%-
HSV(B)359.29º50%66.67%-
XYZ21.5115.7110.7-
YUV110.53114.16170.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=49.85%
G=24.93%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170858600.500.490.33359.2933.3350
HexAA555603231211672132
Octal25212512606261415474162
Binary10101010101010110101100110010110001100001101100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5556; }

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

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

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

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

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

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

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

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