#AC4559

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

Shades of Hippie Pink #AC4559

Tints of Hippie Pink #AC4559

Color information

#AC4559 (or 0xAC4559) is unknown color: approx Hippie Pink. HEX triplet: AC, 45 and 59. RGB value is (172,69,89). Sum of RGB (Red+Green+Blue) = 172+69+89=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4559 is #53BAA6. Grayscale: #666666. Windows color (decimal): -5487271 or 5850540. OLE color: 5850540.

HSL color Cylindrical-coordinate representation of color #AC4559: hue angle of 348.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4559 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1726989-
CMYK00.600.480.33
HSL348.35º42.74%47.25%-
HSV(B)348.35º59.88%67.45%-
XYZ20.9413.7511-
YUV102.08120.62177.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=52.12%
G=20.91%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172698900.600.480.33348.3542.7447.25
HexAC455903C302115c2b2f
Octal25410513107460415345357
Binary10101100100010110110010111100110000100001101011100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4559; }

 p { color: rgb(172,69,89); }

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

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

 a { background-color: rgb(172,69,89); }

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

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

 span { border-color: rgb(172,69,89); }

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