#A55460

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

Shades of Hippie Pink #A55460

Tints of Hippie Pink #A55460

Color information

#A55460 (or 0xA55460) is unknown color: approx Hippie Pink. HEX triplet: A5, 54 and 60. RGB value is (165,84,96). Sum of RGB (Red+Green+Blue) = 165+84+96=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A55460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55460 is #5AAB9F. Grayscale: #6D6D6D. Windows color (decimal): -5942176 or 6313125. OLE color: 6313125.

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

Color convert

RGB1658496-
CMYK00.490.420.35
HSL351.11º32.53%48.82%-
HSV(B)351.11º49.09%64.71%-
XYZ20.815.1812.9-
YUV109.59120.34167.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=47.83%
G=24.35%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165849600.490.420.35351.1132.5348.82
HexA554600312A2315f2131
Octal24512414006152435374161
Binary10100101101010011000000110001101010100011101011111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55460; }

 p { color: rgb(165,84,96); }

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

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

 a { background-color: rgb(165,84,96); }

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

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

 span { border-color: rgb(165,84,96); }

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