Html Css Color HEX #AB5155 Hippie Pink

📋 copy color: '#AB5155'

red 171 ◦ green 81 ◦ blue 85

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

Shades of Hippie Pink #AB5155

Tints of Hippie Pink #AB5155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 50.74%
G = 24.04%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB5155 (or 0xAB5155) is known color: Hippie Pink. HEX triplet: AB, 51 and 55. RGB value is (171,81,85). Sum of RGB (Red+Green+Blue) = 171+81+85=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5155 is #54AEAA. Grayscale: #6C6C6C. Windows color (decimal): -5549739 or 5591467. OLE color: 5591467.

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

Color convert

RGB 171 81 85 -
CMYK 0 0.53 0.50 0.33
HSL 357.33º 0.36% 0.49% -
HSV(B) 357.33º 0.53% 0.67% -
XYZ 21.38 15.2 10.4 -
YUV 108.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 171 81 85 0 0.53 0.50 0.33 357.33 0.36 0.49
Hex AB 51 55 0 35 32 21 165 24 31
Octal 253 121 125 0 65 62 41 545 44 61
Binary 10101011 1010001 1010101 0 110101 110010 100001 101100101 100100 110001

Color Harmonies of #AB5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5155

Black with #AB5155

Text Example


Text Example

White with #AB5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5155; }

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

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

background-color css

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

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

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

border-color css

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

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

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