Html Css Color HEX #A55365 Hippie Pink

📋 copy color: '#A55365'

red 165 ◦ green 83 ◦ blue 101

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

Shades of Hippie Pink #A55365

Tints of Hippie Pink #A55365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 47.28%
G = 23.78%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A55365 (or 0xA55365) is known color: Hippie Pink. HEX triplet: A5, 53 and 65. RGB value is (165,83,101). Sum of RGB (Red+Green+Blue) = 165+83+101=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55365 is #5AAC9A. Grayscale: #6D6D6D. Windows color (decimal): -5942427 or 6640549. OLE color: 6640549.

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

Color convert

RGB 165 83 101 -
CMYK 0 0.50 0.39 0.35
HSL 346.83º 0.33% 0.49% -
HSV(B) 346.83º 0.5% 0.65% -
XYZ 20.96 15.13 14.13 -
YUV 109.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 165 83 101 0 0.50 0.39 0.35 346.83 0.33 0.49
Hex A5 53 65 0 32 27 23 15B 21 31
Octal 245 123 145 0 62 47 43 533 41 61
Binary 10100101 1010011 1100101 0 110010 100111 100011 101011011 100001 110001

Color Harmonies of #A55365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55365

Black with #A55365

Text Example


Text Example

White with #A55365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55365; }

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

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

background-color css

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

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

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

border-color css

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

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

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