#A55463

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

Shades of Hippie Pink #A55463

Tints of Hippie Pink #A55463

Color information

#A55463 (or 0xA55463) is unknown color: approx Hippie Pink. HEX triplet: A5, 54 and 63. RGB value is (165,84,99). Sum of RGB (Red+Green+Blue) = 165+84+99=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A55463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55463 is #5AAB9C. Grayscale: #6D6D6D. Windows color (decimal): -5942173 or 6509733. OLE color: 6509733.

HSL color Cylindrical-coordinate representation of color #A55463: hue angle of 348.89º 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 #A55463 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1658499-
CMYK00.490.400.35
HSL348.89º32.53%48.82%-
HSV(B)348.89º49.09%64.71%-
XYZ20.9415.2413.64-
YUV109.93121.84167.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=47.41%
G=24.14%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165849900.490.400.35348.8932.5348.82
HexA55463031282315d2131
Octal24512414306150435354161
Binary10100101101010011000110110001101000100011101011101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55463; }

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

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

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

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

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

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

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

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