#AB5458

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

Shades of Hippie Pink #AB5458

Tints of Hippie Pink #AB5458

Color information

#AB5458 (or 0xAB5458) is unknown color: approx Hippie Pink. HEX triplet: AB, 54 and 58. RGB value is (171,84,88). Sum of RGB (Red+Green+Blue) = 171+84+88=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5458 is #54ABA7. Grayscale: #6E6E6E. Windows color (decimal): -5548968 or 5788843. OLE color: 5788843.

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

Color convert

RGB1718488-
CMYK00.510.490.33
HSL357.24º34.12%50%-
HSV(B)357.24º50.88%67.06%-
XYZ21.7315.711.12-
YUV110.47115.32171.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=49.85%
G=24.49%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171848800.510.490.33357.2434.1250
HexAB545803331211652232
Octal25312413006361415454262
Binary10101011101010010110000110011110001100001101100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5458; }

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

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

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

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

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

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

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

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