Html Css Color HEX #AB5160 Hippie Pink

📋 copy color: '#AB5160'

red 171 ◦ green 81 ◦ blue 96

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

Shades of Hippie Pink #AB5160

Tints of Hippie Pink #AB5160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

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

R = 49.14%
G = 23.28%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB5160 (or 0xAB5160) is known color: Hippie Pink. HEX triplet: AB, 51 and 60. RGB value is (171,81,96). Sum of RGB (Red+Green+Blue) = 171+81+96=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5160 is #54AE9F. Grayscale: #6D6D6D. Windows color (decimal): -5549728 or 6312363. OLE color: 6312363.

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

Color convert

RGB 171 81 96 -
CMYK 0 0.53 0.44 0.33
HSL 350º 0.36% 0.49% -
HSV(B) 350º 0.53% 0.67% -
XYZ 21.85 15.39 12.88 -
YUV 109.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 171 81 96 0 0.53 0.44 0.33 350 0.36 0.49
Hex AB 51 60 0 35 2C 21 15E 24 31
Octal 253 121 140 0 65 54 41 536 44 61
Binary 10101011 1010001 1100000 0 110101 101100 100001 101011110 100100 110001

Color Harmonies of #AB5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5160

Black with #AB5160

Text Example


Text Example

White with #AB5160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5160; }

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

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

background-color css

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

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

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

border-color css

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

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

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