Html Css Color HEX #A55465 Hippie Pink

📋 copy color: '#A55465'

red 165 ◦ green 84 ◦ blue 101

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

Shades of Hippie Pink #A55465

Tints of Hippie Pink #A55465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 47.14%
G = 24%
B = 28.86%

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

#A55465 (or 0xA55465) is known color: Hippie Pink. HEX triplet: A5, 54 and 65. RGB value is (165,84,101). Sum of RGB (Red+Green+Blue) = 165+84+101=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55465 is #5AAB9A. Grayscale: #6E6E6E. Windows color (decimal): -5942171 or 6640805. OLE color: 6640805.

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

Color convert

RGB 165 84 101 -
CMYK 0 0.49 0.39 0.35
HSL 347.41º 0.33% 0.49% -
HSV(B) 347.41º 0.49% 0.65% -
XYZ 21.04 15.28 14.15 -
YUV 110.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 165 84 101 0 0.49 0.39 0.35 347.41 0.33 0.49
Hex A5 54 65 0 31 27 23 15B 21 31
Octal 245 124 145 0 61 47 43 533 41 61
Binary 10100101 1010100 1100101 0 110001 100111 100011 101011011 100001 110001

Color Harmonies of #A55465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55465

Black with #A55465

Text Example


Text Example

White with #A55465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55465; }

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

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

background-color css

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

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

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

border-color css

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

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

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