Html Css Color HEX #A55E60 Hippie Pink

📋 copy color: '#A55E60'

red 165 ◦ green 94 ◦ blue 96

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

Shades of Hippie Pink #A55E60

Tints of Hippie Pink #A55E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 46.48%
G = 26.48%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A55E60 (or 0xA55E60) is known color: Hippie Pink. HEX triplet: A5, 5E and 60. RGB value is (165,94,96). Sum of RGB (Red+Green+Blue) = 165+94+96=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E60 is #5AA19F. Grayscale: #737373. Windows color (decimal): -5939616 or 6315685. OLE color: 6315685.

HSL color Cylindrical-coordinate representation of color #A55E60: hue angle of 358.31º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E60 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 96 -
CMYK 0 0.43 0.42 0.35
HSL 358.31º 0.28% 0.51% -
HSV(B) 358.31º 0.43% 0.65% -
XYZ 21.63 16.85 13.18 -
YUV 115.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 165 94 96 0 0.43 0.42 0.35 358.31 0.28 0.51
Hex A5 5E 60 0 2B 2A 23 166 1C 33
Octal 245 136 140 0 53 52 43 546 34 63
Binary 10100101 1011110 1100000 0 101011 101010 100011 101100110 11100 110011

Color Harmonies of #A55E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E60

Black with #A55E60

Text Example


Text Example

White with #A55E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E60; }

 p { color: rgb(165,94,96); }

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

background-color css

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

 a { background-color: rgb(165,94,96); }

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

border-color css

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

 span { border-color: rgb(165,94,96); }

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