#AC4F58

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

Shades of Hippie Pink #AC4F58

Tints of Hippie Pink #AC4F58

Color information

#AC4F58 (or 0xAC4F58) is unknown color: approx Hippie Pink. HEX triplet: AC, 4F and 58. RGB value is (172,79,88). Sum of RGB (Red+Green+Blue) = 172+79+88=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F58 is #53B0A7. Grayscale: #6B6B6B. Windows color (decimal): -5484712 or 5787564. OLE color: 5787564.

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

Color convert

RGB1727988-
CMYK00.540.490.33
HSL354.19º37.05%49.22%-
HSV(B)354.19º54.07%67.45%-
XYZ21.5715.0711-
YUV107.83116.81173.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=50.74%
G=23.30%
B=25.96%

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
Decimal172798800.540.490.33354.1937.0549.22
HexAC4F5803631211622531
Octal25411713006661415424561
Binary10101100100111110110000110110110001100001101100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F58; }

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

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

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

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

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

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

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

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