#AC5557

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

Shades of Hippie Pink #AC5557

Tints of Hippie Pink #AC5557

Color information

#AC5557 (or 0xAC5557) is unknown color: approx Hippie Pink. HEX triplet: AC, 55 and 57. RGB value is (172,85,87). Sum of RGB (Red+Green+Blue) = 172+85+87=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5557 is #53AAA8. Grayscale: #6F6F6F. Windows color (decimal): -5483177 or 5723564. OLE color: 5723564.

HSL color Cylindrical-coordinate representation of color #AC5557: hue angle of 358.62º 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 #AC5557 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1728587-
CMYK00.510.490.33
HSL358.62º34.39%50.39%-
HSV(B)358.62º50.58%67.45%-
XYZ21.9815.9610.94-
YUV111.24114.32171.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=50%
G=24.71%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172858700.510.490.33358.6234.3950.39
HexAC555703331211672232
Octal25412512706361415474262
Binary10101100101010110101110110011110001100001101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5557; }

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

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

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

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

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

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

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

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