#A55154

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

Shades of Hippie Pink #A55154

Tints of Hippie Pink #A55154

Color information

#A55154 (or 0xA55154) is unknown color: approx Hippie Pink. HEX triplet: A5, 51 and 54. RGB value is (165,81,84). Sum of RGB (Red+Green+Blue) = 165+81+84=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A55154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55154 is #5AAEAB. Grayscale: #6A6A6A. Windows color (decimal): -5942956 or 5525925. OLE color: 5525925.

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

Color convert

RGB1658184-
CMYK00.510.490.35
HSL357.86º34.15%48.24%-
HSV(B)357.86º50.91%64.71%-
XYZ20.0614.5210.13-
YUV106.46115.33169.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=50%
G=24.55%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165818400.510.490.35357.8634.1548.24
HexA5515403331231662230
Octal24512112406361435464260
Binary10100101101000110101000110011110001100011101100110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55154; }

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

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

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

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

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

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

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

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