#AC545B

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

Shades of Hippie Pink #AC545B

Tints of Hippie Pink #AC545B

Color information

#AC545B (or 0xAC545B) is unknown color: approx Hippie Pink. HEX triplet: AC, 54 and 5B. RGB value is (172,84,91). Sum of RGB (Red+Green+Blue) = 172+84+91=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC545B is #53ABA4. Grayscale: #6F6F6F. Windows color (decimal): -5483429 or 5985452. OLE color: 5985452.

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

Color convert

RGB1728491-
CMYK00.510.470.33
HSL355.23º34.65%50.2%-
HSV(B)355.23º51.16%67.45%-
XYZ22.0715.8711.8-
YUV111.11116.65171.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=49.57%
G=24.21%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172849100.510.470.33355.2334.6550.2
HexAC545B0332F211632332
Octal25412413306357415434362
Binary10101100101010010110110110011101111100001101100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC545B; }

 p { color: rgb(172,84,91); }

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

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

 a { background-color: rgb(172,84,91); }

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

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

 span { border-color: rgb(172,84,91); }

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