#AC515D

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

Shades of Hippie Pink #AC515D

Tints of Hippie Pink #AC515D

Color information

#AC515D (or 0xAC515D) is unknown color: approx Hippie Pink. HEX triplet: AC, 51 and 5D. RGB value is (172,81,93). Sum of RGB (Red+Green+Blue) = 172+81+93=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC515D is #53AEA2. Grayscale: #6D6D6D. Windows color (decimal): -5484195 or 6115756. OLE color: 6115756.

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

Color convert

RGB1728193-
CMYK00.530.460.33
HSL352.09º35.97%49.61%-
HSV(B)352.09º52.91%67.45%-
XYZ21.9315.4512.18-
YUV109.58118.65172.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=49.71%
G=23.41%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172819300.530.460.33352.0935.9749.61
HexAC515D0352E211602432
Octal25412113506556415404462
Binary10101100101000110111010110101101110100001101100000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC515D; }

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

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

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

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

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

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

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

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