#AC5560

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

Shades of Hippie Pink #AC5560

Tints of Hippie Pink #AC5560

Color information

#AC5560 (or 0xAC5560) is unknown color: approx Hippie Pink. HEX triplet: AC, 55 and 60. RGB value is (172,85,96). Sum of RGB (Red+Green+Blue) = 172+85+96=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5560 is #53AA9F. Grayscale: #707070. Windows color (decimal): -5483168 or 6313388. OLE color: 6313388.

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

Color convert

RGB1728596-
CMYK00.510.440.33
HSL352.41º34.39%50.39%-
HSV(B)352.41º50.58%67.45%-
XYZ22.3716.1113-
YUV112.27118.82170.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=48.73%
G=24.08%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172859600.510.440.33352.4134.3950.39
HexAC55600332C211602232
Octal25412514006354415404262
Binary10101100101010111000000110011101100100001101100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5560; }

 p { color: rgb(172,85,96); }

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

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

 a { background-color: rgb(172,85,96); }

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

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

 span { border-color: rgb(172,85,96); }

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