#AC5760

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

Shades of Hippie Pink #AC5760

Tints of Hippie Pink #AC5760

Color information

#AC5760 (or 0xAC5760) is unknown color: approx Hippie Pink. HEX triplet: AC, 57 and 60. RGB value is (172,87,96). Sum of RGB (Red+Green+Blue) = 172+87+96=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5760 is #53A89F. Grayscale: #717171. Windows color (decimal): -5482656 or 6313900. OLE color: 6313900.

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

Color convert

RGB1728796-
CMYK00.490.440.33
HSL353.65º33.86%50.78%-
HSV(B)353.65º49.42%67.45%-
XYZ22.5316.4313.05-
YUV113.44118.16169.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=48.45%
G=24.51%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172879600.490.440.33353.6533.8650.78
HexAC57600312C211622233
Octal25412714006154415424263
Binary10101100101011111000000110001101100100001101100010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5760; }

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

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

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

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

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

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

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

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