Html Css Color HEX #AB5560 Hippie Pink

📋 copy color: '#AB5560'

red 171 ◦ green 85 ◦ blue 96

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

Shades of Hippie Pink #AB5560

Tints of Hippie Pink #AB5560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

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

R = 48.58%
G = 24.15%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB5560 (or 0xAB5560) is known color: Hippie Pink. HEX triplet: AB, 55 and 60. RGB value is (171,85,96). Sum of RGB (Red+Green+Blue) = 171+85+96=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5560 is #54AA9F. Grayscale: #707070. Windows color (decimal): -5548704 or 6313387. OLE color: 6313387.

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

Color convert

RGB 171 85 96 -
CMYK 0 0.50 0.44 0.33
HSL 352.33º 0.34% 0.5% -
HSV(B) 352.33º 0.5% 0.67% -
XYZ 22.15 16 12.99 -
YUV 111.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 171 85 96 0 0.50 0.44 0.33 352.33 0.34 0.5
Hex AB 55 60 0 32 2C 21 160 22 32
Octal 253 125 140 0 62 54 41 540 42 62
Binary 10101011 1010101 1100000 0 110010 101100 100001 101100000 100010 110010

Color Harmonies of #AB5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5560

Black with #AB5560

Text Example


Text Example

White with #AB5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5560; }

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

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

background-color css

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

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

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

border-color css

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

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

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