#AB4F61

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

Shades of Hippie Pink #AB4F61

Tints of Hippie Pink #AB4F61

Color information

#AB4F61 (or 0xAB4F61) is unknown color: approx Hippie Pink. HEX triplet: AB, 4F and 61. RGB value is (171,79,97). Sum of RGB (Red+Green+Blue) = 171+79+97=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4F61 is #54B09E. Grayscale: #6C6C6C. Windows color (decimal): -5550239 or 6377387. OLE color: 6377387.

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

Color convert

RGB1717997-
CMYK00.540.430.33
HSL348.26º36.8%49.02%-
HSV(B)348.26º53.8%67.06%-
XYZ21.7515.1113.08-
YUV108.56121.48172.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=49.28%
G=22.77%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171799700.540.430.33348.2636.849.02
HexAB4F610362B2115c2531
Octal25311714106653415344561
Binary10101011100111111000010110110101011100001101011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F61; }

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

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

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

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

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

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

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

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