#A55865

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

Shades of Hippie Pink #A55865

Tints of Hippie Pink #A55865

Color information

#A55865 (or 0xA55865) is unknown color: approx Hippie Pink. HEX triplet: A5, 58 and 65. RGB value is (165,88,101). Sum of RGB (Red+Green+Blue) = 165+88+101=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A55865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55865 is #5AA79A. Grayscale: #707070. Windows color (decimal): -5941147 or 6641829. OLE color: 6641829.

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

Color convert

RGB16588101-
CMYK00.470.390.35
HSL349.87º30.43%49.61%-
HSV(B)349.87º46.67%64.71%-
XYZ21.3615.9214.26-
YUV112.5121.51165.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=46.61%
G=24.86%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658810100.470.390.35349.8730.4349.61
HexA5586502F272315e1e32
Octal24513014505747435363662
Binary1010010110110001100101010111110011110001110101111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55865; }

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

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

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

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

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

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

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

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