#AC5561

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

Shades of Hippie Pink #AC5561

Tints of Hippie Pink #AC5561

Color information

#AC5561 (or 0xAC5561) is unknown color: approx Hippie Pink. HEX triplet: AC, 55 and 61. RGB value is (172,85,97). Sum of RGB (Red+Green+Blue) = 172+85+97=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5561 is #53AA9E. Grayscale: #707070. Windows color (decimal): -5483167 or 6378924. OLE color: 6378924.

HSL color Cylindrical-coordinate representation of color #AC5561: hue angle of 351.72º 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 #AC5561 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1728597-
CMYK00.510.440.33
HSL351.72º34.39%50.39%-
HSV(B)351.72º50.58%67.45%-
XYZ22.4216.1313.24-
YUV112.38119.32170.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=48.59%
G=24.01%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172859700.510.440.33351.7234.3950.39
HexAC55610332C211602232
Octal25412514106354415404262
Binary10101100101010111000010110011101100100001101100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5561; }

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

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

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

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

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

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

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

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