#AC415D

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

Shades of Hippie Pink #AC415D

Tints of Hippie Pink #AC415D

Color information

#AC415D (or 0xAC415D) is unknown color: approx Hippie Pink. HEX triplet: AC, 41 and 5D. RGB value is (172,65,93). Sum of RGB (Red+Green+Blue) = 172+65+93=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC415D is #53BEA2. Grayscale: #646464. Windows color (decimal): -5488291 or 6111660. OLE color: 6111660.

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

Color convert

RGB1726593-
CMYK00.620.460.33
HSL344.3º45.15%46.47%-
HSV(B)344.3º62.21%67.45%-
XYZ20.8813.3411.83-
YUV100.18123.95179.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=52.12%
G=19.70%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172659300.620.460.33344.345.1546.47
HexAC415D03E2E211582d2e
Octal25410113507656415305556
Binary10101100100000110111010111110101110100001101011000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC415D; }

 p { color: rgb(172,65,93); }

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

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

 a { background-color: rgb(172,65,93); }

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

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

 span { border-color: rgb(172,65,93); }

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