Html Css Color HEX #A55460 Hippie Pink

📋 copy color: '#A55460'

red 165 ◦ green 84 ◦ blue 96

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

Shades of Hippie Pink #A55460

Tints of Hippie Pink #A55460

RGB

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

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

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

R = 47.83%
G = 24.35%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A55460 (or 0xA55460) is known color: Hippie Pink. HEX triplet: A5, 54 and 60. RGB value is (165,84,96). Sum of RGB (Red+Green+Blue) = 165+84+96=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A55460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55460 is #5AAB9F. Grayscale: #6D6D6D. Windows color (decimal): -5942176 or 6313125. OLE color: 6313125.

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

Color convert

RGB 165 84 96 -
CMYK 0 0.49 0.42 0.35
HSL 351.11º 0.33% 0.49% -
HSV(B) 351.11º 0.49% 0.65% -
XYZ 20.8 15.18 12.9 -
YUV 109.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 165 84 96 0 0.49 0.42 0.35 351.11 0.33 0.49
Hex A5 54 60 0 31 2A 23 15F 21 31
Octal 245 124 140 0 61 52 43 537 41 61
Binary 10100101 1010100 1100000 0 110001 101010 100011 101011111 100001 110001

Color Harmonies of #A55460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55460

Black with #A55460

Text Example


Text Example

White with #A55460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55460; }

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

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

background-color css

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

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

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

border-color css

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

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

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