Html Css Color HEX #A55464 Hippie Pink

📋 copy color: '#A55464'

red 165 ◦ green 84 ◦ blue 100

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

Shades of Hippie Pink #A55464

Tints of Hippie Pink #A55464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.07%

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

R = 47.28%
G = 24.07%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A55464 (or 0xA55464) is known color: Hippie Pink. HEX triplet: A5, 54 and 64. RGB value is (165,84,100). Sum of RGB (Red+Green+Blue) = 165+84+100=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55464 is #5AAB9B. Grayscale: #6E6E6E. Windows color (decimal): -5942172 or 6575269. OLE color: 6575269.

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

Color convert

RGB 165 84 100 -
CMYK 0 0.49 0.39 0.35
HSL 348.15º 0.33% 0.49% -
HSV(B) 348.15º 0.49% 0.65% -
XYZ 20.99 15.26 13.9 -
YUV 110.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 165 84 100 0 0.49 0.39 0.35 348.15 0.33 0.49
Hex A5 54 64 0 31 27 23 15C 21 31
Octal 245 124 144 0 61 47 43 534 41 61
Binary 10100101 1010100 1100100 0 110001 100111 100011 101011100 100001 110001

Color Harmonies of #A55464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55464

Black with #A55464

Text Example


Text Example

White with #A55464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55464; }

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

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

background-color css

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

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

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

border-color css

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

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

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