#AC5558

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

Shades of Hippie Pink #AC5558

Tints of Hippie Pink #AC5558

Color information

#AC5558 (or 0xAC5558) is unknown color: approx Hippie Pink. HEX triplet: AC, 55 and 58. RGB value is (172,85,88). Sum of RGB (Red+Green+Blue) = 172+85+88=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5558 is #53AAA7. Grayscale: #6F6F6F. Windows color (decimal): -5483176 or 5789100. OLE color: 5789100.

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

Color convert

RGB1728588-
CMYK00.510.490.33
HSL357.93º34.39%50.39%-
HSV(B)357.93º50.58%67.45%-
XYZ22.0215.9711.15-
YUV111.35114.82171.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=49.86%
G=24.64%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172858800.510.490.33357.9334.3950.39
HexAC555803331211662232
Octal25412513006361415464262
Binary10101100101010110110000110011110001100001101100110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5558; }

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

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

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

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

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

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

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

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