#AC5360

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

Shades of Hippie Pink #AC5360

Tints of Hippie Pink #AC5360

Color information

#AC5360 (or 0xAC5360) is unknown color: approx Hippie Pink. HEX triplet: AC, 53 and 60. RGB value is (172,83,96). Sum of RGB (Red+Green+Blue) = 172+83+96=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5360 is #53AC9F. Grayscale: #6F6F6F. Windows color (decimal): -5483680 or 6312876. OLE color: 6312876.

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

Color convert

RGB1728396-
CMYK00.520.440.33
HSL351.24º34.9%50%-
HSV(B)351.24º51.74%67.45%-
XYZ22.2215.812.95-
YUV111.09119.49171.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=49.00%
G=23.65%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172839600.520.440.33351.2434.950
HexAC53600342C2115f2332
Octal25412314006454415374362
Binary10101100101001111000000110100101100100001101011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5360; }

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

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

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

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

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

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

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

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