#A55863

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

Shades of Hippie Pink #A55863

Tints of Hippie Pink #A55863

Color information

#A55863 (or 0xA55863) is unknown color: approx Hippie Pink. HEX triplet: A5, 58 and 63. RGB value is (165,88,99). Sum of RGB (Red+Green+Blue) = 165+88+99=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A55863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55863 is #5AA79C. Grayscale: #707070. Windows color (decimal): -5941149 or 6510757. OLE color: 6510757.

HSL color Cylindrical-coordinate representation of color #A55863: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55863 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1658899-
CMYK00.470.400.35
HSL351.43º30.43%49.61%-
HSV(B)351.43º46.67%64.71%-
XYZ21.2615.8813.75-
YUV112.28120.51165.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=46.88%
G=25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165889900.470.400.35351.4330.4349.61
HexA5586302F282315f1e32
Octal24513014305750435373662
Binary1010010110110001100011010111110100010001110101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55863; }

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

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

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

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

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

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

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

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