Html Css Color HEX #A55865 Hippie Pink

📋 copy color: '#A55865'

red 165 ◦ green 88 ◦ blue 101

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

Shades of Hippie Pink #A55865

Tints of Hippie Pink #A55865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

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

R = 46.61%
G = 24.86%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A55865 (or 0xA55865) is known color: Hippie Pink. HEX triplet: A5, 58 and 65. RGB value is (165,88,101). Sum of RGB (Red+Green+Blue) = 165+88+101=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A55865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55865 is #5AA79A. Grayscale: #707070. Windows color (decimal): -5941147 or 6641829. OLE color: 6641829.

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

Color convert

RGB 165 88 101 -
CMYK 0 0.47 0.39 0.35
HSL 349.87º 0.3% 0.5% -
HSV(B) 349.87º 0.47% 0.65% -
XYZ 21.36 15.92 14.26 -
YUV 112.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 165 88 101 0 0.47 0.39 0.35 349.87 0.3 0.5
Hex A5 58 65 0 2F 27 23 15E 1E 32
Octal 245 130 145 0 57 47 43 536 36 62
Binary 10100101 1011000 1100101 0 101111 100111 100011 101011110 11110 110010

Color Harmonies of #A55865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55865

Black with #A55865

Text Example


Text Example

White with #A55865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55865; }

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

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

background-color css

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

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

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

border-color css

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

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

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