Html Css Color HEX #A55364 Hippie Pink

📋 copy color: '#A55364'

red 165 ◦ green 83 ◦ blue 100

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

Shades of Hippie Pink #A55364

Tints of Hippie Pink #A55364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 47.41%
G = 23.85%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A55364 (or 0xA55364) is known color: Hippie Pink. HEX triplet: A5, 53 and 64. RGB value is (165,83,100). Sum of RGB (Red+Green+Blue) = 165+83+100=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A55364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55364 is #5AAC9B. Grayscale: #6D6D6D. Windows color (decimal): -5942428 or 6575013. OLE color: 6575013.

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

Color convert

RGB 165 83 100 -
CMYK 0 0.50 0.39 0.35
HSL 347.56º 0.33% 0.49% -
HSV(B) 347.56º 0.5% 0.65% -
XYZ 20.91 15.11 13.87 -
YUV 109.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 165 83 100 0 0.50 0.39 0.35 347.56 0.33 0.49
Hex A5 53 64 0 32 27 23 15C 21 31
Octal 245 123 144 0 62 47 43 534 41 61
Binary 10100101 1010011 1100100 0 110010 100111 100011 101011100 100001 110001

Color Harmonies of #A55364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55364

Black with #A55364

Text Example


Text Example

White with #A55364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55364; }

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

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

background-color css

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

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

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

border-color css

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

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

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