#AB4156

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

Shades of Hippie Pink #AB4156

Tints of Hippie Pink #AB4156

Color information

#AB4156 (or 0xAB4156) is unknown color: approx Hippie Pink. HEX triplet: AB, 41 and 56. RGB value is (171,65,86). Sum of RGB (Red+Green+Blue) = 171+65+86=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4156 is #54BEA9. Grayscale: #636363. Windows color (decimal): -5553834 or 5652907. OLE color: 5652907.

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

Color convert

RGB1716586-
CMYK00.620.500.33
HSL348.11º44.92%46.27%-
HSV(B)348.11º61.99%67.06%-
XYZ20.3613.1110.26-
YUV99.09120.62179.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=53.11%
G=20.19%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171658600.620.500.33348.1144.9246.27
HexAB415603E322115c2d2e
Octal25310112607662415345556
Binary10101011100000110101100111110110010100001101011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4156; }

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

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

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

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

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

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

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

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