Html Css Color HEX #A55357 Hippie Pink

📋 copy color: '#A55357'

red 165 ◦ green 83 ◦ blue 87

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

Shades of Hippie Pink #A55357

Tints of Hippie Pink #A55357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.97%

R = 49.25%
G = 24.78%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A55357 (or 0xA55357) is known color: Hippie Pink. HEX triplet: A5, 53 and 57. RGB value is (165,83,87). Sum of RGB (Red+Green+Blue) = 165+83+87=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A55357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55357 is #5AACA8. Grayscale: #6C6C6C. Windows color (decimal): -5942441 or 5723045. OLE color: 5723045.

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

Color convert

RGB 165 83 87 -
CMYK 0 0.50 0.47 0.35
HSL 357.07º 0.33% 0.49% -
HSV(B) 357.07º 0.5% 0.65% -
XYZ 20.33 14.87 10.82 -
YUV 107.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 165 83 87 0 0.50 0.47 0.35 357.07 0.33 0.49
Hex A5 53 57 0 32 2F 23 165 21 31
Octal 245 123 127 0 62 57 43 545 41 61
Binary 10100101 1010011 1010111 0 110010 101111 100011 101100101 100001 110001

Color Harmonies of #A55357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55357

Black with #A55357

Text Example


Text Example

White with #A55357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55357; }

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

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

background-color css

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

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

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

border-color css

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

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

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