#AB4D5C

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

Shades of Hippie Pink #AB4D5C

Tints of Hippie Pink #AB4D5C

Color information

#AB4D5C (or 0xAB4D5C) is unknown color: approx Hippie Pink. HEX triplet: AB, 4D and 5C. RGB value is (171,77,92). Sum of RGB (Red+Green+Blue) = 171+77+92=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D5C is #54B2A3. Grayscale: #6A6A6A. Windows color (decimal): -5550756 or 6049195. OLE color: 6049195.

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

Color convert

RGB1717792-
CMYK00.550.460.33
HSL350.43º37.9%48.63%-
HSV(B)350.43º54.97%67.06%-
XYZ21.3814.7411.84-
YUV106.82119.64173.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=50.29%
G=22.65%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171779200.550.460.33350.4337.948.63
HexAB4D5C0372E2115e2631
Octal25311513406756415364661
Binary10101011100110110111000110111101110100001101011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D5C; }

 p { color: rgb(171,77,92); }

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

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

 a { background-color: rgb(171,77,92); }

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

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

 span { border-color: rgb(171,77,92); }

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