#AB5658

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

Shades of Hippie Pink #AB5658

Tints of Hippie Pink #AB5658

Color information

#AB5658 (or 0xAB5658) is unknown color: approx Hippie Pink. HEX triplet: AB, 56 and 58. RGB value is (171,86,88). Sum of RGB (Red+Green+Blue) = 171+86+88=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5658 is #54A9A7. Grayscale: #6F6F6F. Windows color (decimal): -5548456 or 5789355. OLE color: 5789355.

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

Color convert

RGB1718688-
CMYK00.500.490.33
HSL358.59º33.6%50.39%-
HSV(B)358.59º49.71%67.06%-
XYZ21.8816.0211.17-
YUV111.64114.66170.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=49.57%
G=24.93%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171868800.500.490.33358.5933.650.39
HexAB565803231211672232
Octal25312613006261415474262
Binary10101011101011010110000110010110001100001101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5658; }

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

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

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

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

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

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

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

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