#AB4C4F

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

Shades of Hippie Pink #AB4C4F

Tints of Hippie Pink #AB4C4F

Color information

#AB4C4F (or 0xAB4C4F) is unknown color: approx Hippie Pink. HEX triplet: AB, 4C and 4F. RGB value is (171,76,79). Sum of RGB (Red+Green+Blue) = 171+76+79=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C4F is #54B3B0. Grayscale: #686868. Windows color (decimal): -5551025 or 5196971. OLE color: 5196971.

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

Color convert

RGB1717679-
CMYK00.560.540.33
HSL358.11º38.46%48.43%-
HSV(B)358.11º55.56%67.06%-
XYZ20.7914.399.08-
YUV104.75113.47175.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 76 (30.08% from 255) = 23.31%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=52.45%
G=23.31%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171767900.560.540.33358.1138.4648.43
HexAB4C4F03836211662630
Octal25311411707066415464660
Binary10101011100110010011110111000110110100001101100110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C4F; }

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

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

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

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

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

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

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

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