#aa5455

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

Shades of Hippie Pink #AA5455

Tints of Hippie Pink #AA5455

Color information

#AA5455 (or 0xAA5455) is unknown color: approx Hippie Pink. HEX triplet: AA, 54 and 55. RGB value is (170,84,85). Sum of RGB (Red+Green+Blue) = 170+84+85=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5455 is #55ABAA. Grayscale: #6D6D6D. Windows color (decimal): -5614507 or 5592234. OLE color: 5592234.

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

Color convert

RGB1708485-
CMYK00.510.500.33
HSL359.3º33.86%49.8%-
HSV(B)359.3º50.59%66.67%-
XYZ21.3915.5410.47-
YUV109.83113.99170.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=50.15%
G=24.78%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170848500.510.500.33359.333.8649.8
HexAA545503332211672232
Octal25212412506362415474262
Binary10101010101010010101010110011110010100001101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5455; }

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

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

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

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

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

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

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

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