#AB5859

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

Shades of Hippie Pink #AB5859

Tints of Hippie Pink #AB5859

Color information

#AB5859 (or 0xAB5859) is unknown color: approx Hippie Pink. HEX triplet: AB, 58 and 59. RGB value is (171,88,89). Sum of RGB (Red+Green+Blue) = 171+88+89=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5859 is #54A7A6. Grayscale: #717171. Windows color (decimal): -5547943 or 5855403. OLE color: 5855403.

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

Color convert

RGB1718889-
CMYK00.490.480.33
HSL359.28º33.07%50.78%-
HSV(B)359.28º48.54%67.06%-
XYZ22.0916.3611.44-
YUV112.93114.5169.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=49.14%
G=25.29%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171888900.490.480.33359.2833.0750.78
HexAB585903130211672133
Octal25313013106160415474163
Binary10101011101100010110010110001110000100001101100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5859; }

 p { color: rgb(171,88,89); }

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

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

 a { background-color: rgb(171,88,89); }

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

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

 span { border-color: rgb(171,88,89); }

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