#AC4D64

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

Shades of Hippie Pink #AC4D64

Tints of Hippie Pink #AC4D64

Color information

#AC4D64 (or 0xAC4D64) is unknown color: approx Hippie Pink. HEX triplet: AC, 4D and 64. RGB value is (172,77,100). Sum of RGB (Red+Green+Blue) = 172+77+100=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D64 is #53B29B. Grayscale: #6C6C6C. Windows color (decimal): -5485212 or 6573484. OLE color: 6573484.

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

Color convert

RGB17277100-
CMYK00.550.420.33
HSL345.47º38.15%48.82%-
HSV(B)345.47º55.23%67.45%-
XYZ21.971513.79-
YUV108.03123.47173.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=49.28%
G=22.06%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727710000.550.420.33345.4738.1548.82
HexAC4D640372A211592631
Octal25411514406752415314661
Binary10101100100110111001000110111101010100001101011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D64; }

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

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

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

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

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

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

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

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