Html Css Color HEX #AB4D60 Hippie Pink

📋 copy color: '#AB4D60'

red 171 ◦ green 77 ◦ blue 96

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

Shades of Hippie Pink #AB4D60

Tints of Hippie Pink #AB4D60

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

 GREEN value IS 77 (30.47% from 255) = 22.38%

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

R = 49.71%
G = 22.38%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB4D60 (or 0xAB4D60) is known color: Hippie Pink. HEX triplet: AB, 4D and 60. RGB value is (171,77,96). Sum of RGB (Red+Green+Blue) = 171+77+96=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D60 is #54B29F. Grayscale: #6B6B6B. Windows color (decimal): -5550752 or 6311339. OLE color: 6311339.

HSL color Cylindrical-coordinate representation of color #AB4D60: hue angle of 347.87º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D60 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 96 -
CMYK 0 0.55 0.44 0.33
HSL 347.87º 0.38% 0.49% -
HSV(B) 347.87º 0.55% 0.67% -
XYZ 21.56 14.81 12.79 -
YUV 107.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 171 77 96 0 0.55 0.44 0.33 347.87 0.38 0.49
Hex AB 4D 60 0 37 2C 21 15C 26 31
Octal 253 115 140 0 67 54 41 534 46 61
Binary 10101011 1001101 1100000 0 110111 101100 100001 101011100 100110 110001

Color Harmonies of #AB4D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D60

Black with #AB4D60

Text Example


Text Example

White with #AB4D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D60; }

 p { color: rgb(171,77,96); }

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

background-color css

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

 a { background-color: rgb(171,77,96); }

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

border-color css

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

 span { border-color: rgb(171,77,96); }

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