#AC555D

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

Shades of Hippie Pink #AC555D

Tints of Hippie Pink #AC555D

Color information

#AC555D (or 0xAC555D) is unknown color: approx Hippie Pink. HEX triplet: AC, 55 and 5D. RGB value is (172,85,93). Sum of RGB (Red+Green+Blue) = 172+85+93=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC555D is #53AAA2. Grayscale: #6F6F6F. Windows color (decimal): -5483171 or 6116780. OLE color: 6116780.

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

Color convert

RGB1728593-
CMYK00.510.460.33
HSL354.48º34.39%50.39%-
HSV(B)354.48º50.58%67.45%-
XYZ22.2416.0612.28-
YUV111.92117.32170.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=49.14%
G=24.29%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172859300.510.460.33354.4834.3950.39
HexAC555D0332E211622232
Octal25412513506356415424262
Binary10101100101010110111010110011101110100001101100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC555D; }

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

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

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

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

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

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

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

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