#AC4D56

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

Shades of Hippie Pink #AC4D56

Tints of Hippie Pink #AC4D56

Color information

#AC4D56 (or 0xAC4D56) is unknown color: approx Hippie Pink. HEX triplet: AC, 4D and 56. RGB value is (172,77,86). Sum of RGB (Red+Green+Blue) = 172+77+86=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D56 is #53B2A9. Grayscale: #6A6A6A. Windows color (decimal): -5485226 or 5655980. OLE color: 5655980.

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

Color convert

RGB1727786-
CMYK00.550.50.33
HSL354.32º38.15%48.82%-
HSV(B)354.32º55.23%67.45%-
XYZ21.3514.7510.53-
YUV106.43116.47174.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=51.34%
G=22.99%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172778600.550.50.33354.3238.1548.82
HexAC4D5603732211622631
Octal25411512606762415424661
Binary10101100100110110101100110111110010100001101100010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D56; }

 p { color: rgb(172,77,86); }

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

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

 a { background-color: rgb(172,77,86); }

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

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

 span { border-color: rgb(172,77,86); }

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