#AC5457

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

Shades of Hippie Pink #AC5457

Tints of Hippie Pink #AC5457

Color information

#AC5457 (or 0xAC5457) is unknown color: approx Hippie Pink. HEX triplet: AC, 54 and 57. RGB value is (172,84,87). Sum of RGB (Red+Green+Blue) = 172+84+87=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5457 is #53ABA8. Grayscale: #6E6E6E. Windows color (decimal): -5483433 or 5723308. OLE color: 5723308.

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

Color convert

RGB1728487-
CMYK00.510.490.33
HSL357.95º34.65%50.2%-
HSV(B)357.95º51.16%67.45%-
XYZ21.915.810.91-
YUV110.65114.65171.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=50.15%
G=24.49%
B=25.36%

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
Decimal172848700.510.490.33357.9534.6550.2
HexAC545703331211662332
Octal25412412706361415464362
Binary10101100101010010101110110011110001100001101100110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5457; }

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

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

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

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

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

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

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

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