#AC5055

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

Shades of Hippie Pink #AC5055

Tints of Hippie Pink #AC5055

Color information

#AC5055 (or 0xAC5055) is unknown color: approx Hippie Pink. HEX triplet: AC, 50 and 55. RGB value is (172,80,85). Sum of RGB (Red+Green+Blue) = 172+80+85=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5055 is #53AFAA. Grayscale: #6C6C6C. Windows color (decimal): -5484459 or 5591212. OLE color: 5591212.

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

Color convert

RGB1728085-
CMYK00.530.510.33
HSL356.74º36.51%49.41%-
HSV(B)356.74º53.49%67.45%-
XYZ21.5215.1610.39-
YUV108.08114.98173.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=51.04%
G=23.74%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172808500.530.510.33356.7436.5149.41
HexAC505503533211652531
Octal25412012506563415454561
Binary10101100101000010101010110101110011100001101100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5055; }

 p { color: rgb(172,80,85); }

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

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

 a { background-color: rgb(172,80,85); }

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

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

 span { border-color: rgb(172,80,85); }

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