Html Css Color HEX #A55360 Hippie Pink

📋 copy color: '#A55360'

red 165 ◦ green 83 ◦ blue 96

#A55360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #A55360

Tints of Hippie Pink #A55360

RGB

 RED value IS 165 (64.84% from 255) = 47.97%

 GREEN value IS 83 (32.81% from 255) = 24.13%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 47.97%
G = 24.13%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A55360 (or 0xA55360) is known color: Hippie Pink. HEX triplet: A5, 53 and 60. RGB value is (165,83,96). Sum of RGB (Red+Green+Blue) = 165+83+96=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A55360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55360 is #5AAC9F. Grayscale: #6D6D6D. Windows color (decimal): -5942432 or 6312869. OLE color: 6312869.

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

Color convert

RGB 165 83 96 -
CMYK 0 0.50 0.42 0.35
HSL 350.49º 0.33% 0.49% -
HSV(B) 350.49º 0.5% 0.65% -
XYZ 20.72 15.03 12.88 -
YUV 109 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 165 83 96 0 0.50 0.42 0.35 350.49 0.33 0.49
Hex A5 53 60 0 32 2A 23 15E 21 31
Octal 245 123 140 0 62 52 43 536 41 61
Binary 10100101 1010011 1100000 0 110010 101010 100011 101011110 100001 110001

Color Harmonies of #A55360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55360

Black with #A55360

Text Example


Text Example

White with #A55360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55360; }

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

 H1.HeaderClassName
 {
   color: #A55360;
 }
 .AnyTagClassName
 {
   color: #A55360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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