#AB5455

Color #AB5455 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AB5455

Tints of Hippie Pink #AB5455

Color information

#AB5455 (or 0xAB5455) is unknown color: approx Hippie Pink. HEX triplet: AB, 54 and 55. RGB value is (171,84,85). Sum of RGB (Red+Green+Blue) = 171+84+85=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5455 is #54ABAA. Grayscale: #6E6E6E. Windows color (decimal): -5548971 or 5592235. OLE color: 5592235.

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

Color convert

RGB1718485-
CMYK00.510.500.33
HSL359.31º34.12%50%-
HSV(B)359.31º50.88%67.06%-
XYZ21.615.6510.48-
YUV110.13113.82171.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 85 (33.59% from 255) = 25%
R=50.29%
G=24.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171848500.510.500.33359.3134.1250
HexAB545503332211672232
Octal25312412506362415474262
Binary10101011101010010101010110011110010100001101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5455; }

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

 H1.HeaderClassName
 {
   color: #AB5455;
 }
 .AnyTagClassName
 {
   color: #AB5455;
 }
</style>
background-color css

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

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

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

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

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

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