Html Css Color HEX #A55758 Hippie Pink

📋 copy color: '#A55758'

red 165 ◦ green 87 ◦ blue 88

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

Shades of Hippie Pink #A55758

Tints of Hippie Pink #A55758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 48.53%
G = 25.59%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A55758 (or 0xA55758) is known color: Hippie Pink. HEX triplet: A5, 57 and 58. RGB value is (165,87,88). Sum of RGB (Red+Green+Blue) = 165+87+88=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A55758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55758 is #5AA8A7. Grayscale: #6E6E6E. Windows color (decimal): -5941416 or 5789605. OLE color: 5789605.

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

Color convert

RGB 165 87 88 -
CMYK 0 0.47 0.47 0.35
HSL 359.23º 0.31% 0.49% -
HSV(B) 359.23º 0.47% 0.65% -
XYZ 20.69 15.52 11.14 -
YUV 110.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 165 87 88 0 0.47 0.47 0.35 359.23 0.31 0.49
Hex A5 57 58 0 2F 2F 23 167 1F 31
Octal 245 127 130 0 57 57 43 547 37 61
Binary 10100101 1010111 1011000 0 101111 101111 100011 101100111 11111 110001

Color Harmonies of #A55758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55758

Black with #A55758

Text Example


Text Example

White with #A55758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55758; }

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

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

background-color css

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

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

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

border-color css

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

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

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