#AB5261

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

Shades of Hippie Pink #AB5261

Tints of Hippie Pink #AB5261

Color information

#AB5261 (or 0xAB5261) is unknown color: approx Hippie Pink. HEX triplet: AB, 52 and 61. RGB value is (171,82,97). Sum of RGB (Red+Green+Blue) = 171+82+97=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5261 is #54AD9E. Grayscale: #6E6E6E. Windows color (decimal): -5549471 or 6378155. OLE color: 6378155.

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

Color convert

RGB1718297-
CMYK00.520.430.33
HSL349.89º35.18%49.61%-
HSV(B)349.89º52.05%67.06%-
XYZ21.9715.5613.15-
YUV110.32120.49171.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=48.86%
G=23.43%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171829700.520.430.33349.8935.1849.61
HexAB52610342B2115e2332
Octal25312214106453415364362
Binary10101011101001011000010110100101011100001101011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5261; }

 p { color: rgb(171,82,97); }

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

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

 a { background-color: rgb(171,82,97); }

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

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

 span { border-color: rgb(171,82,97); }

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