#AC4F57

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

Shades of Hippie Pink #AC4F57

Tints of Hippie Pink #AC4F57

Color information

#AC4F57 (or 0xAC4F57) is unknown color: approx Hippie Pink. HEX triplet: AC, 4F and 57. RGB value is (172,79,87). Sum of RGB (Red+Green+Blue) = 172+79+87=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F57 is #53B0A8. Grayscale: #6B6B6B. Windows color (decimal): -5484713 or 5722028. OLE color: 5722028.

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

Color convert

RGB1727987-
CMYK00.540.490.33
HSL354.84º37.05%49.22%-
HSV(B)354.84º54.07%67.45%-
XYZ21.5315.0510.79-
YUV107.72116.31173.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=50.89%
G=23.37%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172798700.540.490.33354.8437.0549.22
HexAC4F5703631211632531
Octal25411712706661415434561
Binary10101100100111110101110110110110001100001101100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F57; }

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

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

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

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

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

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

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

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