Html Css Color HEX #AB4D5C Hippie Pink

📋 copy color: '#AB4D5C'

red 171 ◦ green 77 ◦ blue 92

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

Shades of Hippie Pink #AB4D5C

Tints of Hippie Pink #AB4D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 50.29%
G = 22.65%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB4D5C (or 0xAB4D5C) is known color: Hippie Pink. HEX triplet: AB, 4D and 5C. RGB value is (171,77,92). Sum of RGB (Red+Green+Blue) = 171+77+92=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D5C is #54B2A3. Grayscale: #6A6A6A. Windows color (decimal): -5550756 or 6049195. OLE color: 6049195.

HSL color Cylindrical-coordinate representation of color #AB4D5C: hue angle of 350.43º 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 #AB4D5C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 92 -
CMYK 0 0.55 0.46 0.33
HSL 350.43º 0.38% 0.49% -
HSV(B) 350.43º 0.55% 0.67% -
XYZ 21.38 14.74 11.84 -
YUV 106.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 171 77 92 0 0.55 0.46 0.33 350.43 0.38 0.49
Hex AB 4D 5C 0 37 2E 21 15E 26 31
Octal 253 115 134 0 67 56 41 536 46 61
Binary 10101011 1001101 1011100 0 110111 101110 100001 101011110 100110 110001

Color Harmonies of #AB4D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D5C

Black with #AB4D5C

Text Example


Text Example

White with #AB4D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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