#AC4963

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

Shades of Hippie Pink #AC4963

Tints of Hippie Pink #AC4963

Color information

#AC4963 (or 0xAC4963) is unknown color: approx Hippie Pink. HEX triplet: AC, 49 and 63. RGB value is (172,73,99). Sum of RGB (Red+Green+Blue) = 172+73+99=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4963 is #53B69C. Grayscale: #696969. Windows color (decimal): -5486237 or 6506924. OLE color: 6506924.

HSL color Cylindrical-coordinate representation of color #AC4963: hue angle of 344.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4963 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1727399-
CMYK00.580.420.33
HSL344.24º40.41%48.04%-
HSV(B)344.24º57.56%67.45%-
XYZ21.6514.4413.45-
YUV105.56124.3175.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=50%
G=21.22%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172739900.580.420.33344.2440.4148.04
HexAC496303A2A211582830
Octal25411114307252415305060
Binary10101100100100111000110111010101010100001101011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4963; }

 p { color: rgb(172,73,99); }

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

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

 a { background-color: rgb(172,73,99); }

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

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

 span { border-color: rgb(172,73,99); }

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