#A55355

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

Shades of Hippie Pink #A55355

Tints of Hippie Pink #A55355

Color information

#A55355 (or 0xA55355) is unknown color: approx Hippie Pink. HEX triplet: A5, 53 and 55. RGB value is (165,83,85). Sum of RGB (Red+Green+Blue) = 165+83+85=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A55355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55355 is #5AACAA. Grayscale: #6B6B6B. Windows color (decimal): -5942443 or 5591973. OLE color: 5591973.

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

Color convert

RGB1658385-
CMYK00.500.480.35
HSL358.54º33.06%48.63%-
HSV(B)358.54º49.7%64.71%-
XYZ20.2514.8410.39-
YUV107.75115.17168.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=49.55%
G=24.92%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165838500.500.480.35358.5433.0648.63
HexA5535503230231672131
Octal24512312506260435474161
Binary10100101101001110101010110010110000100011101100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55355; }

 p { color: rgb(165,83,85); }

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

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

 a { background-color: rgb(165,83,85); }

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

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

 span { border-color: rgb(165,83,85); }

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