Html Css Color HEX #A55B5D Hippie Pink

📋 copy color: '#A55B5D'

red 165 ◦ green 91 ◦ blue 93

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

Shades of Hippie Pink #A55B5D

Tints of Hippie Pink #A55B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.07%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 47.28%
G = 26.07%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A55B5D (or 0xA55B5D) is known color: Hippie Pink. HEX triplet: A5, 5B and 5D. RGB value is (165,91,93). Sum of RGB (Red+Green+Blue) = 165+91+93=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B5D is #5AA4A2. Grayscale: #717171. Windows color (decimal): -5940387 or 6118309. OLE color: 6118309.

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

Color convert

RGB 165 91 93 -
CMYK 0 0.45 0.44 0.35
HSL 358.38º 0.29% 0.5% -
HSV(B) 358.38º 0.45% 0.65% -
XYZ 21.23 16.27 12.38 -
YUV 113.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 165 91 93 0 0.45 0.44 0.35 358.38 0.29 0.5
Hex A5 5B 5D 0 2D 2C 23 166 1D 32
Octal 245 133 135 0 55 54 43 546 35 62
Binary 10100101 1011011 1011101 0 101101 101100 100011 101100110 11101 110010

Color Harmonies of #A55B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B5D

Black with #A55B5D

Text Example


Text Example

White with #A55B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B5D; }

 p { color: rgb(165,91,93); }

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

background-color css

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

 a { background-color: rgb(165,91,93); }

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

border-color css

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

 span { border-color: rgb(165,91,93); }

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